We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fa73e4 + 825cc45 commit 674a380Copy full SHA for 674a380
.github/workflows/coverage-report.yml
@@ -28,7 +28,7 @@ jobs:
28
composer install --prefer-dist
29
30
- name: Execute tests with coverage
31
- run: vendor/bin/phpunit --configuration 'phpunit.xml' --coverage-clover=coverage.xml
+ run: vendor/bin/phpunit --configuration 'phpunit.xml' --coverage-clover=coverage.xml --coverage-cobertura=coverage-cobertura.xml
32
33
- if: ${{ github.event_name == 'pull_request' }}
34
name: Download artifact
@@ -65,4 +65,4 @@ jobs:
65
file-name: coverage.svg
66
badge-branch: badges
67
github-token: '${{ secrets.GITHUB_TOKEN }}'
68
- coverage-file-name: ./coverage.xml
+ coverage-file-name: ./coverage-cobertura.xml
0 commit comments