From 2384f4c4698a77974cbf721ec83e7ae293830431 Mon Sep 17 00:00:00 2001 From: michalsn Date: Mon, 4 Aug 2025 21:56:15 +0200 Subject: [PATCH] --only-covered flag was removed in Infection 0.31.0 --- src/Template/.github/workflows/infection.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Template/.github/workflows/infection.yml b/src/Template/.github/workflows/infection.yml index f58dc6a..93a26fa 100644 --- a/src/Template/.github/workflows/infection.yml +++ b/src/Template/.github/workflows/infection.yml @@ -57,4 +57,4 @@ jobs: - name: Run Infection for added files only run: | git fetch --depth=1 origin $GITHUB_BASE_REF - infection --threads=max --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --ignore-msi-with-no-mutations --only-covered --logger-github + infection --threads=max --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --ignore-msi-with-no-mutations --logger-github