Skip to content

Commit

Permalink
Add GitHub logger for Infection (#687)
Browse files Browse the repository at this point in the history
Log infection as GitHub comments
  • Loading branch information
theofidry authored Jun 26, 2022
1 parent cd6e1ee commit b79e5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Configure Infection for the CI
run: |
git fetch origin $GITHUB_BASE_REF
echo "INFECTION_FLAGS=--git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --ignore-msi-with-no-mutations" >> "$GITHUB_ENV"
echo "INFECTION_FLAGS=--git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --ignore-msi-with-no-mutations --logger-github" >> "$GITHUB_ENV"
- name: Run Infection
run: make tm

0 comments on commit b79e5b3

Please sign in to comment.