Skip to content

Commit

Permalink
min covered msi
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Apr 16, 2024
1 parent f195106 commit 237e862
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
wget https://github.com/infection/infection/releases/download/0.28.1/infection.phar
chmod +x infection.phar
- name: Run Infection for added files only
- name: Run Infection for touched lines only
if: github.event_name == 'pull_request'
run: |
git fetch --depth=1 origin $GITHUB_BASE_REF
php infection.phar -j8 --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --logger-github --ignore-msi-with-no-mutations --only-covered
php infection.phar --threads=max --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --logger-github --ignore-msi-with-no-mutations --only-covered --min-covered-msi=100
- name: Run Infection for all files
if: github.event_name == 'push'
Expand Down

0 comments on commit 237e862

Please sign in to comment.