We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a418c1 + e02fc2a commit 9b5c107Copy full SHA for 9b5c107
1 file changed
.github/workflows/ci.yml
@@ -113,15 +113,15 @@ jobs:
113
VSC_JUPYTER_INSTRUMENT_CODE_FOR_COVERAGE: true
114
115
- name: Upload coverage to Codecov
116
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
+ uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
117
with:
118
use_oidc: true
119
files: coverage/lcov.info
120
fail_ci_if_error: true
121
122
- name: Upload test results to Codecov
123
if: '!cancelled()'
124
125
126
127
files: test-results.xml
0 commit comments