There was an error while loading. Please reload this page.
1 parent ebe5965 commit b443d41Copy full SHA for b443d41
.github/actions/report/action.yml
@@ -19,7 +19,7 @@ runs:
19
- name: Upload coverage reports to Codecov
20
if: (success() || failure()) # always upload coverage reports even if the tests fail
21
continue-on-error: true
22
- uses: codecov/codecov-action@v5.4.2
+ uses: codecov/codecov-action@v5.4.3
23
with:
24
token: ${{ inputs.codecov_token }}
25
files: coverage.xml
0 commit comments