Need to generate the xml, as codecov actions won't

This commit is contained in:
Alessio Bogon 2022-11-05 10:42:30 +01:00
parent 79636aecc7
commit 86ab682821
1 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,9 @@ jobs:
run: |
tox -e mypy
- name: Test with tox
run: tox
run: |
tox
coverage xml
- uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true