Skip to content

Commit 383f0ab

Browse files
committed
Add support for HTML reports for mutation testing
1 parent 981c1c6 commit 383f0ab

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
@@ -73,7 +73,6 @@ jobs:
7373

7474
- name: Run infection
7575
run: |
76-
git fetch --depth=1 origin $GITHUB_BASE_REF
77-
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
76+
vendor/bin/roave-infection-static-analysis-plugin -j2 --ignore-msi-with-no-mutations --only-covered
7877
env:
7978
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)