transition to codecov v2
This commit is contained in:
parent
61cf2a1a8a
commit
308dbece29
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue