Skip to content

Commit

Permalink
Raised mutation score minimum acceptable values
Browse files Browse the repository at this point in the history
Coverage improved a lot thanks to `pcov`, and so did our mutation score
  • Loading branch information
Ocramius authored Feb 6, 2025
1 parent c33f4b0 commit 6ccc6ea
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 @@ -16,6 +16,6 @@
"IdenticalEqual": false,
"NotIdenticalNotEqual": false
},
"minMsi": 85.8,
"minCoveredMsi": 95
"minMsi": 96,
"minCoveredMsi": 99
}

0 comments on commit 6ccc6ea

Please sign in to comment.