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 130f8e4 commit 4f9452cCopy full SHA for 4f9452c
.github/workflows/coverage-report.yml
@@ -27,8 +27,8 @@ jobs:
27
run: |
28
composer install --prefer-dist
29
30
- - name: Execute tests with coverage
31
- run: vendor/bin/phpunit --configuration 'phpunit.xml' --coverage-clover=coverage.xml
+ - name: Execute tests with coverage (for comment)
+ 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