We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d35466 + 8b95679 commit c0ed5d1Copy full SHA for c0ed5d1
Makefile
@@ -229,7 +229,7 @@ test-bindata-scripts: fakechroot
229
fakechroot ./test/scripts/kargs_test.sh
230
231
test-%: generate manifests envtest
232
- KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir=/tmp -p path)" HOME="$(shell pwd)" go test ./$*/... -coverprofile cover-$*-$(CLUSTER_TYPE).out -coverpkg ./... -v
+ KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir=/tmp -p path)" HOME="$(shell pwd)" go test `go list ./$*/... | grep -v "/mock"` -coverprofile cover-$*-$(CLUSTER_TYPE).out -coverpkg ./... -v
233
234
GOCOVMERGE = $(BIN_DIR)/gocovmerge
235
gocovmerge: ## Download gocovmerge locally if necessary.
0 commit comments