Skip to content

Commit 6ccc6ea

Browse files
authored
Raised mutation score minimum acceptable values
Coverage improved a lot thanks to `pcov`, and so did our mutation score
1 parent c33f4b0 commit 6ccc6ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infection.json.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"IdenticalEqual": false,
1717
"NotIdenticalNotEqual": false
1818
},
19-
"minMsi": 85.8,
20-
"minCoveredMsi": 95
19+
"minMsi": 96,
20+
"minCoveredMsi": 99
2121
}

0 commit comments

Comments
 (0)