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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip tox
|
python -m pip install --upgrade pip tox codecov
|
||||||
tox --notest
|
tox --notest
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
python --version
|
python --version
|
||||||
tox -e coverage
|
tox -e coverage
|
||||||
|
|
||||||
|
- name: Upload Coverage
|
||||||
|
run: codecov
|
||||||
|
|
Loading…
Reference in New Issue
Block a user