Add test coverage and JUnit XML reporting to CI workflow

Co-authored-by: db2002dominic <db2002dominic@gmail.com>
This commit is contained in:
Cursor Agent
2025-08-22 13:59:36 +00:00
co-authored by db2002dominic
parent ed99996985
commit a629b903e0
4 changed files with 1858 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
UPSTREAM_BASE_URL: "http://test"
UPSTREAM_API_KEY: "test"
run: |
uv run pytest --verbose --tb=short
uv run pytest --verbose --tb=short --junit-xml=pytest.xml --cov=routstr --cov-report=term --cov-report=xml
- name: Upload test results
if: always()