Skip to content

Commit 38e1b19

Browse files
committed
Lower msi for infection
1 parent 18de4c3 commit 38e1b19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ jobs:
100100
php-version: 8.4
101101
tools: infection
102102
- uses: ramsey/composer-install@v3
103-
- run: infection --min-msi=49 --min-covered-msi=95 --threads=4
103+
- run: infection --min-msi=47 --min-covered-msi=95 --threads=4
104104
env:
105105
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

0 commit comments

Comments
 (0)