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 6b0149d commit 3956430Copy full SHA for 3956430
Makefile
@@ -1,5 +1,5 @@
1
mu: vendor ## Mutation tests
2
- vendor/bin/infection -s --threads=$(nproc) --min-msi=80 --min-covered-msi=85
+ vendor/bin/infection -s --threads=$(nproc) --min-msi=40 --min-covered-msi=40
3
4
tests: vendor ## Run all tests
5
vendor/bin/phpunit --color
@@ -26,7 +26,7 @@ st: vendor ## Run static analyse
26
################################################
27
28
ci-mu: vendor ## Mutation tests (for Github only)
29
- vendor/bin/infection --logger-github -s --threads=$(nproc) --min-msi=80 --min-covered-msi=85
+ vendor/bin/infection --logger-github -s --threads=$(nproc) --min-msi=40 --min-covered-msi=40
30
31
ci-cc: vendor ## Show test coverage rates (console)
32
vendor/bin/phpunit --coverage-text
0 commit comments