Skip to content

Commit 90fe7d2

Browse files
authored
Merge pull request #103 from arnested/dependabot/github_actions/codecov/codecov-action-1.5.2
Bump codecov/codecov-action from 1.5.0 to 1.5.2
2 parents 65c7ce0 + 6c867d5 commit 90fe7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
CGO_ENABLED: 1
5858
run: go test -v -race -cover -covermode=atomic -coverprofile=coverage.txt ./...
5959
- name: Upload coverage report to Codecov
60-
uses: codecov/[email protected].0
60+
uses: codecov/[email protected].2
6161
with:
6262
flags: go${{ matrix.go-version }}
6363
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)