Skip to content

Commit 0a08d81

Browse files
committed
Lower mutation score threshold to 85% MSI
1 parent 08eb472 commit 0a08d81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infection.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"configDir": ".",
2222
"customPath": "build/phpunit-for-infection.php"
2323
},
24-
"minMsi": 90,
25-
"minCoveredMsi": 90
24+
"minMsi": 85,
25+
"minCoveredMsi": 85
2626
}

0 commit comments

Comments
 (0)