chore(deps): bump codecov/codecov-action from 1 to 2.0.2 (#111)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 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](https://github.com/codecov/codecov-action/compare/v1...v2.0.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-08-09 09:28:50 +02:00 committed by GitHub
parent 3a37300e7a
commit bd2d17b3f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ jobs:
with: with:
go-version: ${{ matrix.go }} go-version: ${{ matrix.go }}
- run: go test -race -v -coverprofile=profile.cov ./pkg/... - run: go test -race -v -coverprofile=profile.cov ./pkg/...
- uses: codecov/codecov-action@v1 - uses: codecov/codecov-action@v2.0.2
with: with:
file: ./profile.cov file: ./profile.cov
name: codecov-go name: codecov-go