Skip to content

Commit 1b9329d

Browse files
committed
Use faster pcov instead of xdebug
1 parent 231e7cb commit 1b9329d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup PHP, with composer and extensions
2525
uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php
2626
with:
27-
coverage: debug
27+
coverage: pcov
2828
extensions: intl, mbstring, xml
2929
ini-values: error_reporting=E_ALL
3030
php-version: ${{ matrix.php-versions }}

0 commit comments

Comments
 (0)