Skip to content

Commit 9fe6487

Browse files
committed
Add support for HTML reports for mutation testing
1 parent 609e003 commit 9fe6487

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
@@ -66,7 +66,6 @@ jobs:
6666

6767
- name: Run infection
6868
run: |
69-
git fetch --depth=1 origin $GITHUB_BASE_REF
70-
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
69+
vendor/bin/roave-infection-static-analysis-plugin -j2 --ignore-msi-with-no-mutations --only-covered
7170
env:
7271
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

infection.json.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"logs": {
99
"text": "php:\/\/stderr",
1010
"stryker": {
11-
"badge": "master"
11+
"report": "master"
1212
}
1313
},
1414
"mutators": {

0 commit comments

Comments
 (0)