transition to codecov v2

This commit is contained in:
Jeff Epler 2021-10-13 11:28:45 -05:00
parent 61cf2a1a8a
commit 308dbece29

View file

@ -51,7 +51,7 @@ jobs:
run: python -mcoverage run --branch -m unittest && python -mcoverage report --fail-under=100
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
env_vars: PYTHON