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 5c9c401 commit c8dfab0Copy full SHA for c8dfab0
.github/workflows/infection.yml
@@ -65,6 +65,6 @@ 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
69
env:
70
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments