We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe39d7 commit 63673e1Copy full SHA for 63673e1
src/Template/.github/workflows/infection.yml
@@ -57,4 +57,4 @@ jobs:
57
- name: Run Infection for added files only
58
run: |
59
git fetch --depth=1 origin $GITHUB_BASE_REF
60
- 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
0 commit comments