From 84d1680ed690d548d98d6869972814879ded2383 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Thu, 24 Sep 2026 03:19:55 -0300 Subject: [PATCH] test: enforce Infection mutation threshold --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7b4bde67..79a083e9 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "scripts": { "test": "phpunit", "test:coverage": "XDEBUG_MODE=coverage phpunit --coverage-clover build/coverage.xml", - "infection": "infection --threads=max --min-msi=0 --min-covered-msi=0", + "infection": "infection --threads=max --min-msi=75 --min-covered-msi=75", "phpstan": "phpstan analyse --no-progress", "psalm": "psalm --no-cache", "phpmd": "phpmd src text phpmd.xml",