Skip to content

Commit 2de0e6f

Browse files
committed
Lower the min msi
1 parent 1127012 commit 2de0e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ deptrac: tools/deptrac
4949
.PHONY: deptrac
5050

5151
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
52+
phpdbg -qrr ./tools/infection --no-interaction --formatter=progress --min-msi=98 --min-covered-msi=98 --only-covered --ansi
5353
.PHONY: infection
5454

5555
phpunit: tools/phpunit

0 commit comments

Comments
 (0)