Skip to content

Commit 08c4b5a

Browse files
committed
Add support for HTML reports for mutation testing
1 parent 2ab65eb commit 08c4b5a

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
@@ -55,7 +55,6 @@ jobs:
5555

5656
- name: Run infection
5757
run: |
58-
git fetch --depth=1 origin $GITHUB_BASE_REF
59-
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
58+
vendor/bin/roave-infection-static-analysis-plugin -j2 --ignore-msi-with-no-mutations --only-covered
6059
env:
6160
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)