Add coverge reporting in CI and upload to codecov
This commit is contained in:
committed by
Alex Forencich
parent
ece1bd430d
commit
435b9c9282
5
.github/workflows/regression-tests.yml
vendored
5
.github/workflows/regression-tests.yml
vendored
@@ -30,3 +30,8 @@ jobs:
|
||||
|
||||
- name: Test with tox
|
||||
run: tox
|
||||
|
||||
- name: Upload coverage to codecov
|
||||
run: |
|
||||
pip install codecov
|
||||
codecov
|
||||
|
||||
Reference in New Issue
Block a user