From 37579e61eadf118b4584f15825f95ff5e73b8ad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Wed, 31 Jul 2024 18:24:55 +0200 Subject: [PATCH] Fix: Adjust mutation score --- infection.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infection.json b/infection.json index 0e9863c6..f3344af4 100644 --- a/infection.json +++ b/infection.json @@ -3,8 +3,8 @@ "logs": { "text": ".build/infection/infection-log.txt" }, - "minCoveredMsi": 86, - "minMsi": 83, + "minCoveredMsi": 85, + "minMsi": 82, "phpUnit": { "configDir": "test\/Unit" },