Skip to content

Commit

Permalink
Use Xdebug instead of PCOV to work around #4622
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Mar 17, 2021
1 parent 038d419 commit 753281e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
coverage: pcov
coverage: xdebug
extensions: dom, json, libxml, mbstring, pdo_sqlite, soap, xml, xmlwriter
ini-values: assert.exception=1, zend.assertions=1

Expand Down

0 comments on commit 753281e

Please sign in to comment.