From 8050b5eec9216820892c842112e6a2fbbc9c7fb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20Hansl=C3=ADk?= Date: Wed, 28 Sep 2022 16:48:00 +0200 Subject: [PATCH] Increased minimum covered code mutations core to 100 % --- infection.json.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infection.json.dist b/infection.json.dist index 02df031af..b8f29e1ff 100644 --- a/infection.json.dist +++ b/infection.json.dist @@ -15,5 +15,5 @@ "@default": true }, "minMsi": 99, - "minCoveredMsi": 99 + "minCoveredMsi": 100 }