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 625e7f5 commit bed8effCopy full SHA for bed8eff
.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.3.1
+ uses: codecov/codecov-action@v5.4.0
23
with:
24
token: ${{ inputs.codecov_token }}
25
files: coverage.xml
0 commit comments