Skip to content

Commit ad3298b

Browse files
authored
Update CI Workflow
1 parent ae085f1 commit ad3298b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,9 @@ jobs:
7474
args: buildAll
7575

7676
- name: Upload coverage to Codecov
77-
uses: codecov/codecov-action@v1
77+
uses: codecov/codecov-action@v2
7878
with:
7979
directory: ./coverage/
8080
files: ./coverage/lcov.info,./coverage/backend.txt
8181
env_vars: OS,PYTHON
8282
fail_ci_if_error: true
83-
path_to_write_report: ./coverage/codecov_report.txt

0 commit comments

Comments
 (0)