Skip to content

Commit 3956430

Browse files
committed
Infection
1 parent 6b0149d commit 3956430

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mu: vendor ## Mutation tests
2-
vendor/bin/infection -s --threads=$(nproc) --min-msi=80 --min-covered-msi=85
2+
vendor/bin/infection -s --threads=$(nproc) --min-msi=40 --min-covered-msi=40
33

44
tests: vendor ## Run all tests
55
vendor/bin/phpunit --color
@@ -26,7 +26,7 @@ st: vendor ## Run static analyse
2626
################################################
2727

2828
ci-mu: vendor ## Mutation tests (for Github only)
29-
vendor/bin/infection --logger-github -s --threads=$(nproc) --min-msi=80 --min-covered-msi=85
29+
vendor/bin/infection --logger-github -s --threads=$(nproc) --min-msi=40 --min-covered-msi=40
3030

3131
ci-cc: vendor ## Show test coverage rates (console)
3232
vendor/bin/phpunit --coverage-text

0 commit comments

Comments
 (0)