Skip to content

Commit

Permalink
Merge pull request #480 from ergebnis/fix/pcov
Browse files Browse the repository at this point in the history
Fix: Do not suggest to use `pcov`
  • Loading branch information
localheinz authored Dec 30, 2021
2 parents 0ad71ef + 3970d3e commit 5e00916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ to run a dependency analysis.

We are using [`infection/infection`](https://github.com/infection/infection) to ensure a minimum quality of the tests.

Enable `pcov` or `Xdebug` and run
Enable `Xdebug` and run

```sh
$ make mutation-tests
Expand Down

0 comments on commit 5e00916

Please sign in to comment.