Skip to content

Commit

Permalink
Show mutations
Browse files Browse the repository at this point in the history
  • Loading branch information
villfa committed Sep 17, 2022
1 parent 59ca692 commit 0b3f3d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
- name: "Run Infection"
run: |
git fetch --depth=1 origin $GITHUB_BASE_REF
infection -j$(nproc) --logger-github --git-diff-filter=AM --git-diff-base=origin/$GITHUB_BASE_REF --ignore-msi-with-no-mutations --min-msi=76 --min-covered-msi=82
infection -j$(nproc) --logger-github --show-mutations --git-diff-filter=AM --git-diff-base=origin/$GITHUB_BASE_REF --ignore-msi-with-no-mutations --min-msi=75 --min-covered-msi=80
2 changes: 1 addition & 1 deletion infection.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
]
},
"logs": {
"text": "infection.log"
"text": "php://stdout"
},
"mutators": {
"@default": true,
Expand Down

0 comments on commit 0b3f3d0

Please sign in to comment.