We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a67944 + b8f238a commit 08ec8c2Copy full SHA for 08ec8c2
.github/workflows/tests.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Setup PHP
35
uses: shivammathur/setup-php@v2
36
with:
37
- coverage: "none"
+ coverage: xdebug
38
php-version: "${{ matrix.php }}"
39
tools: composer
40
# PHP 7.1 development web server segfaults if timezone not set.
@@ -60,7 +60,7 @@ jobs:
60
61
- name: Run tests
62
run: |
63
- vendor/bin/phpunit --log-junit junit.xml --coverage-clover build/logs/clover.xml
+ vendor/bin/phpunit --log-junit junit.xml --coverage-clover clover.xml
64
65
- name: Upload coverage to Codecov
66
uses: codecov/codecov-action@v5
0 commit comments