Skip to content

Commit fc8707a

Browse files
committed
Increase Infection minimum thresholds
Based on 4e4e2e5 results. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
1 parent 4e4e2e5 commit fc8707a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infection.json.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"mutators": {
1414
"@default": true
1515
},
16-
"minMsi": 31,
17-
"minCoveredMsi": 58
16+
"minMsi": 33,
17+
"minCoveredMsi": 59
1818
}

0 commit comments

Comments
 (0)