Skip to content

Commit

Permalink
Add support for HTML reports for mutation testing
Browse files Browse the repository at this point in the history
  • Loading branch information
devanych committed Jan 11, 2022
1 parent ebad647 commit d6ad664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mutation.yml
Expand Up @@ -52,7 +52,6 @@ jobs:

- name: Run infection
run: |
git fetch --depth=1 origin $GITHUB_BASE_REF
vendor/bin/roave-infection-static-analysis-plugin -j2 --git-diff-filter=A --git-diff-base=origin/$GITHUB_BASE_REF --logger-github --ignore-msi-with-no-mutations --only-covered
vendor/bin/roave-infection-static-analysis-plugin -j2 --ignore-msi-with-no-mutations --only-covered
env:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
2 changes: 1 addition & 1 deletion infection.json.dist
Expand Up @@ -8,7 +8,7 @@
"logs": {
"text": "php:\/\/stderr",
"stryker": {
"badge": "master"
"report": "master"
}
},
"mutators": {
Expand Down

0 comments on commit d6ad664

Please sign in to comment.