Skip to content

Commit b2d8afc

Browse files
committed
xml
1 parent a89ce2e commit b2d8afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Combine coverage reports
7777
run: |
7878
set -x
79-
coverage combine coverage-*/.coverage
79+
coverage combine coverage-*/coverage.xml
8080
coverage report
8181
coverage xml -o ./coverage.xml
8282

0 commit comments

Comments
 (0)