feat(ci): add coverage XML report generation to CI workflow
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -53,6 +53,7 @@ jobs:
|
||||
run: |
|
||||
uv run coverage run -m pytest -v --junitxml=testresults.xml
|
||||
uv run coverage report
|
||||
uv run coverage xml -q -o coverage.xml
|
||||
sed -i 's@${{ gitea.workspace }}@/github/workspace@g' coverage.xml
|
||||
|
||||
- name: Minimize uv cache
|
||||
|
||||
Reference in New Issue
Block a user