We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a80712 commit eb2f912Copy full SHA for eb2f912
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
go-version: ${{ matrix.go }}
29
- run: go test -race -v -coverprofile=profile.cov -coverpkg=./pkg/... ./pkg/...
30
- - uses: codecov/codecov-action@v5.3.1
+ - uses: codecov/codecov-action@v5.4.0
31
32
file: ./profile.cov
33
name: codecov-go
0 commit comments