Skip to content

Commit 2daeba4

Browse files
committed
Use Xdebug for coverage reports
1 parent d13b346 commit 2daeba4

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
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup PHP, with composer and extensions
2121
uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php
2222
with:
23-
coverage: pcov
23+
coverage: debug
2424
extensions: intl, mbstring, xml
2525
ini-values: error_reporting=E_ALL
2626
php-version: ${{ matrix.php-versions }}

0 commit comments

Comments
 (0)