Skip to content

Commit c176edf

Browse files
authored
Merge pull request #390 from onflow/dependabot/github_actions/codecov/codecov-action-4.3.0
Bump codecov/codecov-action from 4.2.0 to 4.3.0
2 parents 339f7b9 + 8e63d77 commit c176edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: go test -timeout 60m -race -coverprofile=coverage.txt -covermode=atomic
3535

3636
- name: Upload coverage report to Codecov
37-
uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0
37+
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
3838
with:
3939
files: ./coverage.txt
4040
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)