We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609e003 commit 9fe6487Copy full SHA for 9fe6487
.github/workflows/mutation.yml
@@ -66,7 +66,6 @@ jobs:
66
67
- name: Run infection
68
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
+ vendor/bin/roave-infection-static-analysis-plugin -j2 --ignore-msi-with-no-mutations --only-covered
71
env:
72
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
infection.json.dist
@@ -8,7 +8,7 @@
8
"logs": {
9
"text": "php:\/\/stderr",
10
"stryker": {
11
- "badge": "master"
+ "report": "master"
12
}
13
},
14
"mutators": {
0 commit comments