Update ci.yml

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

View File

@ -41,4 +41,15 @@ jobs:
- name: Upload coverage data on codecov
run: |
python -m codecov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
file: ./coverage.xml
files: ./coverage1.xml,./coverage2.xml
directory: ./coverage/reports/
flags: unittests
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: true
path_to_write_report: ./coverage/codecov_report.txt
verbose: true