Skip to content

Commit

Permalink
Fall back to xdebug for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
nicwortel committed Dec 1, 2020
1 parent fc051bd commit 500125a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
php-version: "${{ matrix.php-version }}"
coverage: "pcov"
coverage: "xdebug"
ini-values: "zend.assertions=1"

- name: "Cache dependencies installed with composer"
Expand Down

0 comments on commit 500125a

Please sign in to comment.