Skip to content

Commit ef11a5a

Browse files
committed
Adjust infection score in ci
1 parent 38d96ae commit ef11a5a

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
@@ -99,6 +99,6 @@ jobs:
9999
php-version: 8.4
100100
tools: infection
101101
- uses: ramsey/composer-install@v3
102-
- run: infection --min-msi=65 --min-covered-msi=70 --threads=4
102+
- run: infection --min-msi=78 --min-covered-msi=80 --threads=4
103103
env:
104104
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

0 commit comments

Comments
 (0)