Skip to content

Commit

Permalink
Merge pull request #823 from ergebnis/fix/pcov
Browse files Browse the repository at this point in the history
Fix: Use `Xdebug` instead of `pcov` for collecting code coverage
  • Loading branch information
localheinz authored Dec 5, 2021
2 parents 6f2e11f + 94ab3c4 commit dbd28fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ jobs:
- name: "Set up PHP"
uses: "shivammathur/[email protected]"
with:
coverage: "pcov"
coverage: "xdebug"
extensions: "${{ env.PHP_EXTENSIONS }}"
ini-values: "${{ env.PHP_INI_VALUES }}"
php-version: "${{ matrix.php-version }}"
Expand All @@ -269,7 +269,7 @@ jobs:
with:
dependencies: "${{ matrix.dependencies }}"

- name: "Collect code coverage with pcov and phpunit/phpunit"
- name: "Collect code coverage with Xdebug and phpunit/phpunit"
run: "vendor/bin/phpunit --configuration=test/Integration/phpunit.xml --coverage-clover=.build/logs/clover.xml"

- name: "Send code coverage report to Codecov.io"
Expand Down

0 comments on commit dbd28fe

Please sign in to comment.