We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0785ca6 commit abe92b1Copy full SHA for abe92b1
.github/workflows/mutation.yml
@@ -51,7 +51,6 @@ jobs:
51
52
- name: Run infection
53
run: |
54
- git fetch --depth=1 origin $GITHUB_BASE_REF
55
- 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
56
env:
57
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