Skip to content

Commit

Permalink
Use pcov for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Feb 9, 2021
1 parent 9156ba7 commit 378d931
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 @@ -52,7 +52,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
coverage: xdebug
coverage: pcov

- name: Install composer dependencies
uses: "ramsey/composer-install@v1"
Expand Down

0 comments on commit 378d931

Please sign in to comment.