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 f6fcbcc commit 5b040d1Copy full SHA for 5b040d1
Makefile
@@ -30,8 +30,8 @@ COMPOSER=$(PHP) $(shell which composer)
30
# Infection
31
INFECTION=./.tools/infection.phar
32
INFECTION_URL="https://github.com/infection/infection/releases/download/0.24.0/infection.phar"
33
-MIN_MSI=52.212389380531
34
-MIN_COVERED_MSI=95
+MIN_MSI=78
+MIN_COVERED_MSI=98
35
INFECTION_ARGS=--min-msi=$(MIN_MSI) --min-covered-msi=$(MIN_COVERED_MSI) --threads=$(JOBS) --log-verbosity=none --no-interaction --no-progress
36
37
all: test
0 commit comments