Increase the Infection threshold

Last metrics:
- Mutation Score Indicator (MSI): 42%
- Mutation Code Coverage: 62%
- Covered Code MSI: 66%

https://github.com/phpmyadmin/phpmyadmin/actions/runs/22267045548/job/64415085302#step:9:1280

Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
This commit is contained in:
Maurício Meneghini Fauth 2026-02-22 10:47:18 -03:00
parent 95790b1e5b
commit 8a92cd57e5
No known key found for this signature in database
GPG Key ID: 6A16FD38AFC89CC8

View File

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