Skip to content

Commit 1cfb216

Browse files
committed
chore: use pcov on CI
1 parent f9e06ae commit 1cfb216

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
@@ -30,7 +30,7 @@ jobs:
3030
uses: shivammathur/setup-php@v2
3131
with:
3232
php-version: ${{ matrix.phpversion }}
33-
coverage: xdebug
33+
coverage: pcov
3434
- name: get composer cache directory
3535
id: composer-cache
3636
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

0 commit comments

Comments
 (0)