We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ecc45 commit 6928bf0Copy full SHA for 6928bf0
1 file changed
.github/workflows/infection.yml
@@ -65,4 +65,4 @@ jobs:
65
- name: Run Infection for added files only
66
run: |
67
git fetch --depth=1 origin $GITHUB_BASE_REF
68
- 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
0 commit comments