Skip to content

Commit cdecf93

Browse files
committed
Increase the Infection threshold
Last metrics: - Mutation Score Indicator (MSI): 39% - Mutation Code Coverage: 59% - Covered Code MSI: 66% https://github.com/phpmyadmin/phpmyadmin/actions/runs/9915593037/job/27396690035#step:9:1314 Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
1 parent 21d8dbb commit cdecf93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infection.json5.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": 29,
17-
"minCoveredMsi": 51
16+
"minMsi": 38,
17+
"minCoveredMsi": 65
1818
}

0 commit comments

Comments
 (0)