Merge pull request #127 from caos/dependabot/github_actions/codecov/codecov-action-2.1.0

chore(deps): bump codecov/codecov-action from 2.0.3 to 2.1.0
This commit is contained in:
Livio Amstutz 2021-09-14 07:18:37 +02:00 committed by GitHub
commit 2b5b436c41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,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@v2.0.3 - uses: codecov/codecov-action@v2.1.0
with: with:
file: ./profile.cov file: ./profile.cov
name: codecov-go name: codecov-go