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.
2 parents b04b037 + 2b07cb4 commit b29c5cbCopy full SHA for b29c5cb
.github/workflows/coverage.yml
@@ -38,7 +38,7 @@ jobs:
38
run: go test -timeout 180m -race -coverprofile=coverage.txt -covermode=atomic
39
40
- name: Upload coverage report to Codecov
41
- uses: codecov/codecov-action@3b1354a6c45db9f1008891f4eafc1a7e94ce1d18 # v5.0.1
+ uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
42
with:
43
files: ./coverage.txt
44
fail_ci_if_error: false # we can set this to true after "Could not find a repository" upload error is fixed
0 commit comments