Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Update required MSI
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Oct 4, 2019
1 parent 5650fe2 commit f418f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -42,7 +42,7 @@ COMPOSER=$(PHP) $(shell which composer)
# Infection
INFECTION=vendor/bin/infection
MIN_MSI=96
MIN_COVERED_MSI=100
MIN_COVERED_MSI=99
INFECTION_ARGS=--min-msi=$(MIN_MSI) --min-covered-msi=$(MIN_COVERED_MSI) --threads=$(JOBS) --coverage=build/logs --log-verbosity=default --show-mutations
INFECTION_PHP_VERSION="PHP 7.2"

Expand Down

0 comments on commit f418f39

Please sign in to comment.