Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Commit dacb704

Browse files
authored
Merge pull request #58 from arnested/dependabot/github_actions/codecov/codecov-action-v1.5.0
Bump codecov/codecov-action from v1.4.1 to v1.5.0
2 parents d97201d + bad03b1 commit dacb704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
GO111MODULE: 'on'
5656
run: go test -v -race -cover -covermode=atomic -coverprofile=coverage.txt ./...
5757
- name: Upload coverage report to Codecov
58-
uses: codecov/codecov-action@v1.4.1
58+
uses: codecov/codecov-action@v1.5.0
5959
with:
6060
flags: go${{ matrix.go-version }}
6161
token: ${{secrets.CODECOV_TOKEN}}

0 commit comments

Comments
 (0)