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 e884e06 commit 6af5af8Copy full SHA for 6af5af8
2 files changed
.github/workflows/mutation.yml
@@ -105,7 +105,6 @@ jobs:
105
106
- name: Run infection
107
run: |
108
- git fetch --depth=1 origin $GITHUB_BASE_REF
109
- 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
110
env:
111
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