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 9499b20 commit e4dbeccCopy full SHA for e4dbecc
.github/workflows/mutation.yml
@@ -28,6 +28,6 @@ jobs:
28
['ubuntu-latest']
29
php: >-
30
['8.5']
31
- min-covered-msi: 100
+ infection-args: "--ignore-msi-with-no-mutations --min-covered-msi=100"
32
secrets:
33
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
0 commit comments