Update ci.yml
This commit is contained in:
parent
a6df4f899c
commit
b19b840628
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -38,11 +38,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd tests
|
cd tests
|
||||||
pytest --cov=../waybackpy
|
pytest --cov=../waybackpy
|
||||||
- name: Upload coverage data on codecov
|
|
||||||
run: |
|
|
||||||
python -m codecov
|
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
uses: codecov/codecov-action@v1
|
uses: codecov/codecov-action@v1.0.6
|
||||||
with:
|
with:
|
||||||
file: ./coverage.xml
|
file: ./coverage.xml
|
||||||
files: ./coverage1.xml,./coverage2.xml
|
files: ./coverage1.xml,./coverage2.xml
|
||||||
|
Loading…
Reference in New Issue
Block a user