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 231e7cb commit 1b9329dCopy full SHA for 1b9329d
.github/workflows/php.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Setup PHP, with composer and extensions
25
uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php
26
with:
27
- coverage: debug
+ coverage: pcov
28
extensions: intl, mbstring, xml
29
ini-values: error_reporting=E_ALL
30
php-version: ${{ matrix.php-versions }}
0 commit comments