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