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 b375c76 + 796cc4d commit 742328bCopy full SHA for 742328b
.github/workflows/coverage.yml
@@ -48,7 +48,7 @@ jobs:
48
run: go test -timeout 180m -race -coverprofile=coverage.txt -covermode=atomic
49
50
- name: Upload coverage report to Codecov
51
- uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
+ uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
52
with:
53
files: ./coverage.txt
54
fail_ci_if_error: false # we can set this to true after "Could not find a repository" upload error is fixed
0 commit comments