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 ee8ab59 commit acf8a32Copy full SHA for acf8a32
.github/workflows/ci.yml
@@ -100,6 +100,6 @@ jobs:
100
php-version: 8.4
101
tools: infection
102
- uses: ramsey/composer-install@v3
103
- - run: infection --min-msi=46 --min-covered-msi=95 --threads=4
+ - run: infection --min-msi=53 --min-covered-msi=95 --threads=4
104
env:
105
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
0 commit comments