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 ed4cde7 commit ed243c5Copy full SHA for ed243c5
Makefile
@@ -34,7 +34,7 @@ deptrac: vendor/bin/deptrac
34
.PHONY: deptrac
35
36
infection: vendor/bin/infection vendor/bin/infection.pubkey
37
- phpdbg -qrr ./vendor/bin/infection --no-interaction --formatter=progress --min-msi=98 --min-covered-msi=98 --ansi
+ phpdbg -qrr ./vendor/bin/infection --no-interaction --formatter=progress --min-msi=87 --min-covered-msi=89 --ansi
38
.PHONY: infection
39
40
phpunit: vendor/bin/phpunit
0 commit comments