I guess xml-format coverage is necessary
This commit is contained in:
parent
308dbece29
commit
6449fccb96
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
run: mypy --strict wwvb uwwvb.py
|
||||
|
||||
- name: Test
|
||||
run: python -mcoverage run --branch -m unittest && python -mcoverage report --fail-under=100
|
||||
run: python -mcoverage run --branch -m unittest && python -mcoverage report --fail-under=100 && python -mcoverage xml
|
||||
|
||||
- name: Upload Coverage to Codecov
|
||||
uses: codecov/codecov-action@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue