You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -192,19 +197,23 @@ test: codegen fmt vet manifests ${ENVTEST_BINARY_ASSETS} ${KUBEBUILDER} ## Run t
192
197
ENVTEST_BINARY_ASSETS=${ENVTEST_BINARY_ASSETS} go test ./controllers/logging/... ./pkg/... -coverprofile ${TEST_COV_DIR}/cover_controllers_logging.out
193
198
ENVTEST_BINARY_ASSETS=${ENVTEST_BINARY_ASSETS} go test ./controllers/extensions/... ./pkg/... -coverprofile ${TEST_COV_DIR}/cover_controllers_extensions.out
194
199
195
-
.PHONY: install-go-test-coverage
196
-
install-go-test-coverage:
197
-
GOBIN=${BIN} go install github.com/vladopajic/go-test-coverage/v2@latest
198
-
199
200
.PHONY: generate-test-coverage
200
-
generate-test-coverage: install-go-test-coverage test
0 commit comments