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>
This commit is contained in:
Maurício Meneghini Fauth 2024-07-13 11:50:53 -03:00
parent 21d8dbb3c1
commit cdecf93fbe
No known key found for this signature in database
GPG Key ID: 6A16FD38AFC89CC8

View File

@ -13,6 +13,6 @@
"mutators": {
"@default": true
},
"minMsi": 29,
"minCoveredMsi": 51
"minMsi": 38,
"minCoveredMsi": 65
}