I guess xml-format coverage is necessary

This commit is contained in:
Jeff Epler 2021-10-13 11:38:05 -05:00
parent 308dbece29
commit 6449fccb96

View file

@ -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