Skip to content

Commit 3d300c1

Browse files
Use OpenClover XML
1 parent ddec29d commit 3d300c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
run: php ./tools/composer update --no-ansi --no-interaction --no-progress
100100

101101
- name: Run tests with PHPUnit
102-
run: ./vendor/bin/phpunit --log-junit test-results.xml --coverage-clover=code-coverage.xml
102+
run: ./vendor/bin/phpunit --log-junit test-results.xml --coverage-openclover=code-coverage.xml
103103

104104
- name: Upload test results to Codecov.io
105105
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)