Skip to content

Commit a5dd51e

Browse files
committed
Add support for HTML reports for mutation testing
1 parent 97b7470 commit a5dd51e

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/mutation.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868

6969
- name: Run infection
7070
run: |
71-
git fetch --depth=1 origin $GITHUB_BASE_REF
72-
vendor/bin/roave-infection-static-analysis-plugin -j2 --git-diff-filter=AM --git-diff-base=origin/$GITHUB_BASE_REF --logger-github --ignore-msi-with-no-mutations --only-covered
71+
vendor/bin/roave-infection-static-analysis-plugin -j2 --ignore-msi-with-no-mutations --only-covered
7372
env:
7473
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

infection.json.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"logs": {
88
"text": "php:\/\/stderr",
99
"stryker": {
10-
"badge": "master"
10+
"report": "master"
1111
}
1212
},
1313
"mutators": {

0 commit comments

Comments
 (0)