Update ci.yml

This commit is contained in:
Akash Mahanty 2020-11-26 10:01:55 +05:30 committed by GitHub
parent a6df4f899c
commit b19b840628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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