Skip to content

Commit

Permalink
Got back MSI to 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Oct 19, 2018
1 parent 3b2d59c commit 1615ea9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -40,8 +40,8 @@ COMPOSER=$(PHP) $(shell which composer)

# Infection
INFECTION=vendor/bin/infection
MIN_MSI=90
MIN_COVERED_MSI=90
MIN_MSI=100
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

all: test
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -14,7 +14,7 @@
"require-dev": {
"codacy/coverage": "^1.4",
"friendsofphp/php-cs-fixer": "^2.11",
"infection/infection": "~0.8",
"infection/infection": ">=0.10.5",
"league/pipeline": "^1.0|^0.3",
"mockery/mockery": "^1.0",
"phan/phan": "^0.12",
Expand Down
5 changes: 5 additions & 0 deletions infection.json.dist
Expand Up @@ -5,6 +5,11 @@
"src"
]
},
"mutators": {
"@default": true,
"IdenticalEqual": false,
"NotIdenticalNotEqual": false
},
"logs": {
"text": "infection-log.txt",
"badge": {"branch": "master"}
Expand Down

0 comments on commit 1615ea9

Please sign in to comment.