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