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 9d6d4b0 commit 780fe31Copy full SHA for 780fe31
.github/workflows/mutation.yml
@@ -22,12 +22,12 @@ name: mutation test
22
23
jobs:
24
mutation:
25
- uses: yiisoft/actions/.github/workflows/roave-infection.yml@master
+ uses: yiisoft/actions/.github/workflows/infection.yml@master
26
with:
27
- min-covered-msi: 100
28
os: >-
29
['ubuntu-latest']
30
php: >-
31
['8.5']
+ 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