Skip to content

Commit 35e55b9

Browse files
authored
Merge pull request #41 from ncode/renovate/codecov-codecov-action-6.x
chore(deps): update codecov/codecov-action action to v6
2 parents 6f427b8 + c8e574d commit 35e55b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Run unit tests with coverage
1616
run: go test -coverpkg=./... ./... -race -coverprofile=coverage.out -covermode=atomic
1717
- name: Upload coverage to Codecov
18-
uses: codecov/codecov-action@v5.5.2
18+
uses: codecov/codecov-action@v6.0.0
1919
with:
2020
verbose: true
2121
env:

0 commit comments

Comments
 (0)