Skip to content

Commit abe92b1

Browse files
committed
Add support for HTML reports for mutation testing
1 parent 0785ca6 commit abe92b1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/mutation.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151

5252
- name: Run infection
5353
run: |
54-
git fetch --depth=1 origin $GITHUB_BASE_REF
55-
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
54+
vendor/bin/roave-infection-static-analysis-plugin -j2 --ignore-msi-with-no-mutations --only-covered
5655
env:
5756
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

infection.json.dist

+1-1
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)