Skip to content

Commit f9a9ff3

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

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
@@ -34,7 +34,7 @@ jobs:
3434
run: go test -p 1 -coverpkg ./... -covermode atomic -coverprofile coverage.txt ./...
3535

3636
- name: Upload coverage to Codecov
37-
uses: codecov/codecov-action@v2.1.0
37+
uses: codecov/codecov-action@v3.1.0
3838
if: matrix.os == 'ubuntu-latest'
3939
with:
4040
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)