Skip to content

Commit 6b10839

Browse files
authored
Infection: check MSI (#265)
1 parent ec413e0 commit 6b10839

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: shivammathur/setup-php@v1
4545
with:
4646
php-version: ${{ matrix.php-version }}
47-
ini-values: pcov.directory=.
47+
ini-values: pcov.directory=$GITHUB_WORKSPACE
4848
coverage: pcov
4949

5050
- name: Get composer cache directory

dev-tools/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"phpcbf || exit 0"
3333
],
3434
"infection": [
35-
"infection run --threads=16"
35+
"infection run --min-msi=100 --no-progress --only-covered --threads=16"
3636
]
3737
}
3838
}

0 commit comments

Comments
 (0)