turn on codecov.io
This commit is contained in:
parent
19c17a4709
commit
5941c74778
2 changed files with 3 additions and 0 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -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
0
codecov.yml
Normal file
Loading…
Reference in a new issue