Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
Bump codecov/codecov-action from 2.1.0 to 3.1.2
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.0 to 3.1.2.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v2.1.0...v3.1.2)

---
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>
  • Loading branch information
dependabot[bot] committed Apr 12, 2023
1 parent 10b1cf0 commit 631ab27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Test with coverage
run: go test -race -v -count=1 -coverprofile=coverage.out ./...
- name: Upload Test Coverage
uses: codecov/codecov-action@v2.1.0
uses: codecov/codecov-action@v3.1.2
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: ${{ matrix.go_version }}

0 comments on commit 631ab27

Please sign in to comment.