Skip to content

Commit

Permalink
Increase MSI
Browse files Browse the repository at this point in the history
  • Loading branch information
maks-rafalko committed Sep 6, 2021
1 parent f6fcbcc commit 5b040d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -30,8 +30,8 @@ COMPOSER=$(PHP) $(shell which composer)
# Infection
INFECTION=./.tools/infection.phar
INFECTION_URL="https://github.com/infection/infection/releases/download/0.24.0/infection.phar"
MIN_MSI=52.212389380531
MIN_COVERED_MSI=95
MIN_MSI=78
MIN_COVERED_MSI=98
INFECTION_ARGS=--min-msi=$(MIN_MSI) --min-covered-msi=$(MIN_COVERED_MSI) --threads=$(JOBS) --log-verbosity=none --no-interaction --no-progress

all: test
Expand Down

0 comments on commit 5b040d1

Please sign in to comment.