Skip to content

Commit

Permalink
Coverage: using pcov instead of phpdbg
Browse files Browse the repository at this point in the history
  • Loading branch information
tg666 committed Aug 26, 2023
1 parent d5309fa commit d661168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Expand Up @@ -22,15 +22,15 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
coverage: none
coverage: pcov
extensions: tokenizer
tools: composer:v2

- name: Install dependencies
run: composer update --no-progress --prefer-dist --prefer-stable --optimize-autoloader --quiet

- name: Generate the coverage report
run: vendor/bin/tester -p phpdbg -C -s --coverage ./coverage.xml --coverage-src ./src ./tests
run: vendor/bin/tester -C -s --coverage ./coverage.xml --coverage-src ./src ./tests

- name: Upload the coverage report
env:
Expand Down

0 comments on commit d661168

Please sign in to comment.