We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae085f1 commit ad3298bCopy full SHA for ad3298b
.github/workflows/ci.yml
@@ -74,10 +74,9 @@ jobs:
74
args: buildAll
75
76
- name: Upload coverage to Codecov
77
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v2
78
with:
79
directory: ./coverage/
80
files: ./coverage/lcov.info,./coverage/backend.txt
81
env_vars: OS,PYTHON
82
fail_ci_if_error: true
83
- path_to_write_report: ./coverage/codecov_report.txt
0 commit comments