chore(deps): bump codecov/codecov-action from 3.0.0 to 3.1.0 (#175)

This commit is contained in:
dependabot[bot] 2022-04-25 21:40:15 +02:00 committed by GitHub
parent 885fe0d45c
commit c07c504f7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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