Skip to content

Commit b832f58

Browse files
Bump codecov/codecov-action from 2.1.0 to 3 (#505)
* Bump codecov/codecov-action from 2.1.0 to 3 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.0 to 3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@f32b3a3...e3c5604) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * update version comment Signed-off-by: cpanato <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: cpanato <[email protected]>
1 parent a84f8cd commit b832f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
- name: Test
4242
run: go test -v -coverprofile=coverage.txt -covermode=atomic ./...
4343
- name: Upload Coverage Report
44-
uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b # v2.1.0
44+
uses: codecov/codecov-action@e3c560433a6cc60aec8812599b7844a7b4fa0d71 # v3.0.0
4545
- name: Ensure no files were modified as a result of the build
4646
run: git update-index --refresh && git diff-index --quiet HEAD -- || git diff --exit-code

0 commit comments

Comments
 (0)