Skip to content

Commit 6928bf0

Browse files
committed
chore: update infection workflow
1 parent 00ecc45 commit 6928bf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/infection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ jobs:
6565
- name: Run Infection for added files only
6666
run: |
6767
git fetch --depth=1 origin $GITHUB_BASE_REF
68-
infection --threads=max --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --ignore-msi-with-no-mutations --only-covered --logger-github
68+
infection --threads=max --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --ignore-msi-with-no-mutations --logger-github

0 commit comments

Comments
 (0)