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 97b7470 commit a5dd51eCopy full SHA for a5dd51e
2 files changed
.github/workflows/mutation.yml
@@ -68,7 +68,6 @@ jobs:
68
69
- name: Run infection
70
run: |
71
- git fetch --depth=1 origin $GITHUB_BASE_REF
72
- vendor/bin/roave-infection-static-analysis-plugin -j2 --git-diff-filter=AM --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
73
env:
74
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