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 f9e06ae commit 1cfb216Copy full SHA for 1cfb216
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: shivammathur/setup-php@v2
31
with:
32
php-version: ${{ matrix.phpversion }}
33
- coverage: xdebug
+ coverage: pcov
34
- name: get composer cache directory
35
id: composer-cache
36
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
0 commit comments