Skip to content

Commit c9c64a9

Browse files
committed
generate xml coverage report
1 parent 3649fbb commit c9c64a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: composer update --${{ matrix.dependency-version }} --no-interaction --no-progress --ansi
2929

3030
- name: Unit Tests
31-
run: composer test:unit -- --coverage-html
31+
run: composer test:unit -- --coverage-xml coverage.xml
3232

3333
- name: Upload coverage reports to Codecov
3434
uses: codecov/[email protected]

0 commit comments

Comments
 (0)