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.
2 parents 6d04009 + 21c2f48 commit c34d4e2Copy full SHA for c34d4e2
.github/workflows/CoverageCollection.yml
@@ -172,7 +172,7 @@ jobs:
172
173
- name: 📊 Publish coverage at CodeCov
174
continue-on-error: true
175
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v5
176
with:
177
files: ${{ steps.getVariables.outputs.coverage_report_xml }}
178
flags: unittests
.github/workflows/PublishCoverageResults.yml
@@ -213,7 +213,7 @@ jobs:
213
- name: 📊 Publish code coverage at CodeCov
214
if: inputs.CodeCov == true
215
216
- uses: codecov/codecov-action@v4
217
218
219
0 commit comments