Skip to content

Commit 2ff2a35

Browse files
Bump codecov/codecov-action from 1.5.2 to 2.0.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.5.2 to 2.0.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@v1.5.2...v2.0.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2fd3b2f commit 2ff2a35

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/codecov-action@v1.5.2
60+
uses: codecov/codecov-action@v2.0.1
6161
with:
6262
flags: go${{ matrix.go-version }}
6363
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)