chore(deps): bump codecov/codecov-action from 3.0.0 to 3.1.0 (#175)
This commit is contained in:
parent
885fe0d45c
commit
c07c504f7f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue