Skip to content

Commit

Permalink
Use faster pcov instead of xdebug
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Oct 4, 2022
1 parent 2d0dbe5 commit 0e32547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php
with:
coverage: debug
coverage: pcov
extensions: intl, mbstring, xml
ini-values: error_reporting=E_ALL
php-version: ${{ matrix.php-versions }}
Expand Down

0 comments on commit 0e32547

Please sign in to comment.