Skip to content

Commit

Permalink
test: adjust minimum MSI for mutation testing
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Oct 22, 2023
1 parent 63e7658 commit dc230ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cs: vendor

.PHONY: mutation
mutation: vendor
XDEBUG_MODE=coverage .Build/bin/infection --min-msi=68 --threads=4 --no-ansi
XDEBUG_MODE=coverage .Build/bin/infection --min-msi=67 --threads=4 --no-ansi

.PHONY: phpstan
phpstan: vendor
Expand Down

0 comments on commit dc230ae

Please sign in to comment.