Skip to content

Commit b29c5cb

Browse files
authored
Merge pull request #462 from onflow/dependabot/github_actions/codecov/codecov-action-5.0.7
Bump codecov/codecov-action from 5.0.1 to 5.0.7
2 parents b04b037 + 2b07cb4 commit b29c5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: go test -timeout 180m -race -coverprofile=coverage.txt -covermode=atomic
3939

4040
- name: Upload coverage report to Codecov
41-
uses: codecov/codecov-action@3b1354a6c45db9f1008891f4eafc1a7e94ce1d18 # v5.0.1
41+
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
4242
with:
4343
files: ./coverage.txt
4444
fail_ci_if_error: false # we can set this to true after "Could not find a repository" upload error is fixed

0 commit comments

Comments
 (0)