Skip to content

Commit

Permalink
Fix mutation reporting, make it less verbose (#964)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Grasmick <[email protected]>
  • Loading branch information
danepowell and grasmash authored May 5, 2022
1 parent 44874ec commit 2dd4f56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
if: github.event_name == 'pull_request'
run: |
git fetch --depth=1 origin $GITHUB_BASE_REF
php build/infection.phar -j8 --git-diff-filter=AM --git-diff-base=origin/$GITHUB_BASE_REF --only-covered
# Explicitly specify GitHub logger since our Stryker reporting will otherwise disable it.
php build/infection.phar -j8 --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --logger-github --only-covered
- name: Run Infection for all files
if: github.event_name == 'push'
Expand Down

0 comments on commit 2dd4f56

Please sign in to comment.