Update ci.yml
This commit is contained in:
parent
b19b840628
commit
672b33e83a
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user