We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c00bc commit 48537ebCopy full SHA for 48537eb
.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/[email protected].0
+ uses: codecov/[email protected].2
23
with:
24
token: ${{ inputs.codecov_token }}
25
files: coverage.xml
0 commit comments