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 14, 2021
1 parent 315c3af commit 6eb1bc9
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 @@ -107,7 +107,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
coverage: pcov
coverage: xdebug
extensions: ${{ env.PHP_EXTENSIONS }}
ini-values: ${{ env.PHP_INI_VALUES }}

Expand Down

0 comments on commit 6eb1bc9

Please sign in to comment.