Skip to content

Commit d11d198

Browse files
Bump codecov/codecov-action from 1.4.1 to 2.1.0 (#11)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.4.1 to 2.1.0. - [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.4.1...v2.1.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eeac7f5 commit d11d198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: go test -race -cover -coverprofile=coverage.out -covermode=atomic
4848

4949
- name: Codecov
50-
uses: codecov/codecov-action@v1.4.1
50+
uses: codecov/codecov-action@v2.1.0
5151
with:
5252
file: ./coverage.out
5353

0 commit comments

Comments
 (0)