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.
1 parent ddec29d commit 3d300c1Copy full SHA for 3d300c1
.github/workflows/ci.yml
@@ -99,7 +99,7 @@ jobs:
99
run: php ./tools/composer update --no-ansi --no-interaction --no-progress
100
101
- name: Run tests with PHPUnit
102
- run: ./vendor/bin/phpunit --log-junit test-results.xml --coverage-clover=code-coverage.xml
+ run: ./vendor/bin/phpunit --log-junit test-results.xml --coverage-openclover=code-coverage.xml
103
104
- name: Upload test results to Codecov.io
105
if: ${{ !cancelled() }}
0 commit comments