Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🌱 Updated the coverage for tests (#2728)
- Updated the `Makefile` to include the `-coverpkg=./...` flag when running tests. [Makefile] - Changed `SKIP_GINKGO=1 go test -race -covermode=atomic -coverprofile=unit-coverage.out` to `SKIP_GINKGO=1 go test -race -covermode=atomic -coverprofile=unit-coverage.out -coverpkg=./...` in the `Makefile` Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
- Loading branch information