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 9f970ba commit 58f489bCopy full SHA for 58f489b
.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.3
+ uses: codecov/codecov-action@v5.5.2
23
with:
24
token: ${{ inputs.codecov_token }}
25
files: coverage.xml
0 commit comments