ci: generate XML coverage report for codecov
This commit is contained in:
parent
7015be8fe9
commit
642f6ddad0
|
|
@ -36,6 +36,13 @@ jobs:
|
|||
source venv/bin/activate
|
||||
make test
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Coverage Report
|
||||
path: |
|
||||
.coverage
|
||||
coverage.xml
|
||||
|
||||
- name: Upload results to Codecov
|
||||
run: |
|
||||
source venv/bin/activate
|
||||
|
|
|
|||
Loading…
Reference in New Issue