We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c300b06 commit 078ef0cCopy full SHA for 078ef0c
.github/workflows/codecov.yml
@@ -31,7 +31,7 @@ jobs:
31
run: make test
32
- name: Upload Report to Codecov
33
if: steps.checksecret.outputs.result == 'true'
34
- uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
+ uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2
35
with:
36
file: ./coverage.out
37
fail_ci_if_error: true
0 commit comments