turn on codecov.io

This commit is contained in:
Jeff Epler 2021-06-12 12:18:09 -05:00
parent 19c17a4709
commit 5941c74778
2 changed files with 3 additions and 0 deletions

View file

@ -41,6 +41,9 @@ jobs:
- name: Test
run: python -mcoverage run --branch -m unittest && python -mcoverage report --fail-under=100
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v1
pre-commit:
runs-on: ubuntu-20.04
steps:

0
codecov.yml Normal file
View file