Skip to content

Commit

Permalink
Adjust minMsi and minCoveredMsi
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Sep 13, 2023
1 parent 5e087d7 commit 3c72cfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infection.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"mutators": {
"@default": true
},
"minMsi": 98,
"minCoveredMsi": 100
"minMsi": 97.4,
"minCoveredMsi": 98
}

0 comments on commit 3c72cfe

Please sign in to comment.