Skip to content

Commit

Permalink
Merge pull request #227 from elecena/ci/xdebug
Browse files Browse the repository at this point in the history
CI: install xdebug and use it for coverage instead of PCOV
  • Loading branch information
macbre committed Apr 19, 2023
2 parents 5d2bb44 + 9e1da36 commit d74e771
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Expand Up @@ -53,6 +53,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
coverage: xdebug

- name: Print some details about PHP
run: |
Expand Down

0 comments on commit d74e771

Please sign in to comment.