Merge pull request #121 from caos/dependabot/github_actions/codecov/codecov-action-2.0.3

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

View file

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