Skip to content

Commit

Permalink
Use GitHub annotation from Infection for all added/modified lines by …
Browse files Browse the repository at this point in the history
…using `--git-diff-lines` (#1636)
  • Loading branch information
maks-rafalko committed Jan 8, 2022
1 parent 3527a0f commit a9c38ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mt-annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
- name: Run Infection for added files only
run: |
git fetch --depth=1 origin $GITHUB_BASE_REF
php bin/infection -j2 --git-diff-filter=A --git-diff-base=origin/$GITHUB_BASE_REF --logger-github --ignore-msi-with-no-mutations --only-covered
php bin/infection -j2 --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --logger-github --ignore-msi-with-no-mutations --only-covered

0 comments on commit a9c38ea

Please sign in to comment.