Integrate codecov.io
We publish the test coverage reporting to codecov.io
This commit is contained in:
parent
5518837cbc
commit
3f8b5cb146
4 changed files with 23 additions and 1 deletions
2
.github/workflows/test_coverage.yml
vendored
2
.github/workflows/test_coverage.yml
vendored
|
|
@ -27,3 +27,5 @@ jobs:
|
|||
# one for each of the above Python versions,
|
||||
# before all results are collected together
|
||||
- run: nox -s test-coverage
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue