We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f280f96 commit 5e7e922Copy full SHA for 5e7e922
1 file changed
.github/workflows/php.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
30
with:
31
php-version: ${{ matrix.php-version }}
32
- coverage: pcov
+ coverage: none
33
extensions: ${{ env.PHP_EXTENSIONS }}
34
35
- name: Prepare environment
0 commit comments