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

Commit 0eb8b93

Browse files
Bump codecov/codecov-action from 2.0.1 to 2.0.2
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 58c1a26 commit 0eb8b93

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
@@ -35,7 +35,7 @@ jobs:
3535
- name: Test
3636
run: go test -v ./... -race -coverprofile=coverage.txt -covermode=atomic
3737
- name: Push Coverage to codecov.io
38-
uses: codecov/codecov-action@v2.0.1
38+
uses: codecov/codecov-action@v2.0.2
3939
with:
4040
token: ${{ secrets.CODECOV_TOKEN }}
4141
file: ./coverage.txt

0 commit comments

Comments
 (0)