We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a99857 commit 2a1034cCopy full SHA for 2a1034c
Makefile
@@ -1,6 +1,6 @@
1
.PHONY: mu
2
mu: vendor ## Mutation tests
3
- vendor/bin/infection -s --threads=$(nproc) --min-msi=23 --min-covered-msi=50
+ vendor/bin/infection -s --threads=$(nproc) --min-msi=23 --min-covered-msi=45
4
vendor/bin/phpunit --coverage-text
5
6
.PHONY: tests
@@ -36,7 +36,7 @@ st: vendor ## Run static analyse
36
37
.PHONY: ci-mu
38
ci-mu: vendor ## Mutation tests (for Github only)
39
- vendor/bin/infection --logger-github -s --threads=$(nproc) --min-msi=23 --min-covered-msi=50
+ vendor/bin/infection --logger-github -s --threads=$(nproc) --min-msi=23 --min-covered-msi=45
40
41
.PHONY: ci-cc
42
ci-cc: vendor ## Show test coverage rates (console)
0 commit comments