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 ec413e0 commit 6b10839Copy full SHA for 6b10839
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: shivammathur/setup-php@v1
45
with:
46
php-version: ${{ matrix.php-version }}
47
- ini-values: pcov.directory=.
+ ini-values: pcov.directory=$GITHUB_WORKSPACE
48
coverage: pcov
49
50
- name: Get composer cache directory
dev-tools/composer.json
@@ -32,7 +32,7 @@
32
"phpcbf || exit 0"
33
],
34
"infection": [
35
- "infection run --threads=16"
+ "infection run --min-msi=100 --no-progress --only-covered --threads=16"
36
]
37
}
38
0 commit comments