From 39ec479f139d87bd92b921df87a274e4d442b660 Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Mon, 13 May 2024 15:28:23 -0700 Subject: [PATCH] ignore msi with no mutations --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c83d0d7d5..148691455 100644 --- a/composer.json +++ b/composer.json @@ -133,7 +133,7 @@ "infection --threads=max --only-covered" ], "mutation-diff-lines": [ - "infection --threads=max --only-covered --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --min-covered-msi=100" + "infection --threads=max --only-covered --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --min-covered-msi=100 --ignore-msi-with-no-mutations" ], "cs": "phpcs", "cbf": "phpcbf",