We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1127012 commit 2de0e6fCopy full SHA for 2de0e6f
Makefile
@@ -49,7 +49,7 @@ deptrac: tools/deptrac
49
.PHONY: deptrac
50
51
infection: tools/infection tools/infection.pubkey
52
- phpdbg -qrr ./tools/infection --no-interaction --formatter=progress --min-msi=100 --min-covered-msi=100 --only-covered --ansi
+ phpdbg -qrr ./tools/infection --no-interaction --formatter=progress --min-msi=98 --min-covered-msi=98 --only-covered --ansi
53
.PHONY: infection
54
55
phpunit: tools/phpunit
0 commit comments