Skip to content

Commit b95c851

Browse files
authored
fix coverage error
1 parent 55436e6 commit b95c851

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,3 @@ jobs:
2929
uses: codecov/codecov-action@v2
3030
with:
3131
token: ${{ secrets.CODECOV_TOKEN }}
32-
files: ./coverage1.xml,./coverage2.xml
33-
directory: ./coverage/reports/
34-
flags: unittests
35-
env_vars: OS,PYTHON
36-
name: codecov-umbrella
37-
fail_ci_if_error: true
38-
path_to_write_report: ./coverage/codecov_report.txt
39-
verbose: true

0 commit comments

Comments
 (0)