Skip to content

Commit e6a1657

Browse files
committed
Adjust infection score
1 parent 5363c9a commit e6a1657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@ jobs:
101101
tools: infection
102102
- uses: ramsey/composer-install@v3
103103
- run: |
104-
infection --min-msi=61 --min-covered-msi=80 "--threads=$(nproc)"
104+
infection --min-msi=61 --min-covered-msi=66 "--threads=$(nproc)"
105105
env:
106106
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

0 commit comments

Comments
 (0)