added token and path to codecov upload

This commit is contained in:
Alok Saldanha
2021-04-05 06:53:44 -04:00
parent 1586c9a3e8
commit 2cefc6d741

View File

@@ -57,4 +57,11 @@ jobs:
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
flags: unittests
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: true
path_to_write_report: ./codecov_report.txt
verbose: true