Skip to content

Commit

Permalink
increase msi, add log into file
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielBadura committed Jan 29, 2021
1 parent 8ff736e commit 4c14d26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ phpunit.xml
.phpunit.result.cache
.phpcs-cache
phpstan.neon
infection.log
6 changes: 3 additions & 3 deletions infection.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
]
},
"logs": {
"text": "php:\/\/stderr",
"text": "infection.log",
"badge": {
"branch": "master"
}
},
"mutators": {
"@default": true
},
"minMsi": 40,
"minCoveredMsi": 40
"minMsi": 52,
"minCoveredMsi": 76
}

0 comments on commit 4c14d26

Please sign in to comment.