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 c0e5252 commit d954a45Copy full SHA for d954a45
.github/workflows/build.yml
@@ -186,7 +186,7 @@ jobs:
186
- name: "Run infection"
187
run: |
188
git fetch --depth=1 origin $GITHUB_BASE_REF
189
- infection --git-diff-base=origin/$GITHUB_BASE_REF --git-diff-lines --ignore-msi-with-no-mutations --min-msi=100 --min-covered-msi=100
+ infection --git-diff-base=origin/$GITHUB_BASE_REF --git-diff-lines --ignore-msi-with-no-mutations --min-msi=100 --min-covered-msi=100 --log-verbosity=all --debug
190
191
- uses: "actions/upload-artifact@v4"
192
with:
0 commit comments