Update ci.yml

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

View File

@ -41,12 +41,7 @@ jobs:
- name: Upload coverage to Codecov - name: Upload coverage to Codecov
uses: codecov/codecov-action@v1.0.6 uses: codecov/codecov-action@v1.0.6
with: with:
file: ./coverage.xml token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage1.xml,./coverage2.xml
directory: ./coverage/reports/
flags: unittests
env_vars: OS,PYTHON env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: true fail_ci_if_error: true
path_to_write_report: ./coverage/codecov_report.txt
verbose: true verbose: true