Skip to content

Commit

Permalink
Fix Stryker reporting (#953)
Browse files Browse the repository at this point in the history
* 1

* j1

* j2

* j4

* j8

* j16

* fix reporting
  • Loading branch information
danepowell authored May 2, 2022
1 parent c7057e4 commit 161c042
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ jobs:
if: github.event_name == 'pull_request'
run: |
git fetch --depth=1 origin $GITHUB_BASE_REF
php build/infection.phar -j2 --git-diff-filter=AM --git-diff-base=origin/$GITHUB_BASE_REF --only-covered
php build/infection.phar -j8 --git-diff-filter=AM --git-diff-base=origin/$GITHUB_BASE_REF --only-covered
- name: Run Infection for all files
if: github.event_name == 'push'
env:
INFECTION_DASHBOARD_API_KEY: ${{ secrets.INFECTION_DASHBOARD_API_KEY }}
run: |
php build/infection.phar -j2 --only-covered
php build/infection.phar -j8 --only-covered

0 comments on commit 161c042

Please sign in to comment.