From 8a92cd57e5b601ada93de529a625e13db3d6f440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Sun, 22 Feb 2026 10:47:18 -0300 Subject: [PATCH] Increase the Infection threshold MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- infection.json5.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infection.json5.dist b/infection.json5.dist index f45c373f39..b1f37d7923 100644 --- a/infection.json5.dist +++ b/infection.json5.dist @@ -13,6 +13,6 @@ "mutators": { "@default": true }, - "minMsi": 38, + "minMsi": 41, "minCoveredMsi": 65 }