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