upload coverage to codecov.io
This commit is contained in:
parent
6f395fa6d8
commit
e56dd2196b
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -23,10 +23,13 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip tox
|
||||
python -m pip install --upgrade pip tox codecov
|
||||
tox --notest
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
python --version
|
||||
tox -e coverage
|
||||
|
||||
- name: Upload Coverage
|
||||
run: codecov
|
||||
|
|
Loading…
Reference in New Issue
Block a user