Skip to content

Commit a559105

Browse files
committed
Switch from --only-covered to --with-uncovered as the first option does not exist anymore
1 parent 5c2f1db commit a559105

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mutation-tests-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
dependency-versions: ${{ matrix.dependencies }}
4040

4141
- name: "Infection"
42-
run: "vendor/bin/infection --threads=max --static-analysis-tool=phpstan --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --ignore-msi-with-no-mutations --only-covered --min-msi=90 --min-covered-msi=95"
42+
run: "vendor/bin/infection --threads=max --static-analysis-tool=phpstan --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --ignore-msi-with-no-mutations --with-uncovered --min-msi=90 --min-covered-msi=95"

0 commit comments

Comments
 (0)