Skip to content

Commit b98c57d

Browse files
fix: use coverage xml
1 parent 080cab2 commit b98c57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Run tests and collect coverage
1818
run: |
1919
pytest --cov app --junitxml=junit.xml -o junit_family=legacy
20-
coverage json
20+
coverage xml
2121
- name: Upload test results to Codecov
2222
if: ${{ !cancelled() }}
2323
uses: codecov/codecov-action@main

0 commit comments

Comments
 (0)