Merge branch 'main' into patch-1

This commit is contained in:
Harsha Reddy 2025-05-20 19:42:45 +05:30 committed by GitHub
commit 6e3c691669
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ jobs:
with:
go-version: ${{ matrix.go }}
- run: go test -race -v -coverprofile=profile.cov -coverpkg=./pkg/... ./pkg/...
- uses: codecov/codecov-action@v5.4.2
- uses: codecov/codecov-action@v5.4.3
with:
file: ./profile.cov
name: codecov-go