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 f1eb9fb commit 84d0b87Copy full SHA for 84d0b87
Makefile
@@ -60,7 +60,7 @@ ifeq ($(IS_PHP8),1)
60
infection:
61
else
62
infection: tools/infection tools/infection.pubkey
63
- 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=95 --min-covered-msi=95 --only-covered --ansi
64
endif
65
.PHONY: infection
66
0 commit comments