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: |
|
||||
cd tests
|
||||
pytest --cov=../waybackpy
|
||||
- name: Upload coverage data on codecov
|
||||
run: |
|
||||
python -m codecov
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v1
|
||||
uses: codecov/codecov-action@v1.0.6
|
||||
with:
|
||||
file: ./coverage.xml
|
||||
files: ./coverage1.xml,./coverage2.xml
|
||||
|
Loading…
Reference in New Issue
Block a user