Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: use coverage xml
  • Loading branch information
thomasrockhu-codecov committed Jan 27, 2026
commit b98c57d409cb34d2cbfca197d8897932e8a1a55a
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Run tests and collect coverage
run: |
pytest --cov app --junitxml=junit.xml -o junit_family=legacy
coverage json
coverage xml
- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/codecov-action@main
Expand Down
Loading