Skip to content

Commit

Permalink
MIN_MSI=90
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Jan 27, 2020
1 parent 7a8c1df commit 5b3ba34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -40,7 +40,7 @@ COMPOSER=$(PHP) $(shell which composer)

# Infection
INFECTION=vendor/bin/infection
MIN_MSI=100
MIN_MSI=90
MIN_COVERED_MSI=100
INFECTION_ARGS=--min-msi=$(MIN_MSI) --min-covered-msi=$(MIN_COVERED_MSI) --threads=$(JOBS) --coverage=build/logs --log-verbosity=default --show-mutations

Expand Down

0 comments on commit 5b3ba34

Please sign in to comment.