We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981c1c6 commit 383f0abCopy full SHA for 383f0ab
2 files changed
.github/workflows/mutation.yml
@@ -73,7 +73,6 @@ jobs:
73
74
- name: Run infection
75
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
+ vendor/bin/roave-infection-static-analysis-plugin -j2 --ignore-msi-with-no-mutations --only-covered
78
env:
79
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
infection.json.dist
@@ -7,7 +7,7 @@
7
"logs": {
8
"text": "php:\/\/stderr",
9
"stryker": {
10
- "badge": "master"
+ "report": "master"
11
}
12
},
13
"mutators": {
0 commit comments