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 d6d58de commit f2a3a4aCopy full SHA for f2a3a4a
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=89 --min-covered-msi=91 --ansi
+ phpdbg -qrr ./vendor/bin/infection --no-interaction --formatter=progress --min-msi=91 --min-covered-msi=91 --only-covered --ansi
38
.PHONY: infection
39
40
phpunit: vendor/bin/phpunit
0 commit comments