We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 339f7b9 + 8e63d77 commit c176edfCopy full SHA for c176edf
.github/workflows/coverage.yml
@@ -34,7 +34,7 @@ jobs:
34
run: go test -timeout 60m -race -coverprofile=coverage.txt -covermode=atomic
35
36
- name: Upload coverage report to Codecov
37
- uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0
+ uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
38
with:
39
files: ./coverage.txt
40
fail_ci_if_error: false # we can set this to true after "Could not find a repository" upload error is fixed
0 commit comments