Skip to content

Commit 51d888c

Browse files
authored
Merge pull request #92 from gone-io/dependabot/github_actions/codecov/codecov-action-5.5.1
ci(deps): bump codecov/codecov-action from 5.4.3 to 5.5.1
2 parents a292383 + 2295cbe commit 51d888c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- name: Run coverage
3030
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
3131
- name: Upload coverage reports to Codecov
32-
uses: codecov/codecov-action@v5.4.3
32+
uses: codecov/codecov-action@v5.5.1
3333
with:
3434
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)