Skip to content

Commit 825cc45

Browse files
committed
use right format for coverage-badge generator
1 parent 4f9452c commit 825cc45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
run: |
2828
composer install --prefer-dist
2929
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
30+
- name: Execute tests with coverage
31+
run: vendor/bin/phpunit --configuration 'phpunit.xml' --coverage-clover=coverage.xml --coverage-cobertura=coverage-cobertura.xml
3232

3333
- if: ${{ github.event_name == 'pull_request' }}
3434
name: Download artifact

0 commit comments

Comments
 (0)