Skip to content

Commit 08ec8c2

Browse files
authored
Merge pull request #211 from aik099/codecov-coverage-report-fix
Corrected path to CodeCov coverage report
2 parents 2a67944 + b8f238a commit 08ec8c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup PHP
3535
uses: shivammathur/setup-php@v2
3636
with:
37-
coverage: "none"
37+
coverage: xdebug
3838
php-version: "${{ matrix.php }}"
3939
tools: composer
4040
# PHP 7.1 development web server segfaults if timezone not set.
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: Run tests
6262
run: |
63-
vendor/bin/phpunit --log-junit junit.xml --coverage-clover build/logs/clover.xml
63+
vendor/bin/phpunit --log-junit junit.xml --coverage-clover clover.xml
6464
6565
- name: Upload coverage to Codecov
6666
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)