We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf1d75 commit 48e3ca6Copy full SHA for 48e3ca6
Makefile
@@ -121,7 +121,7 @@ coverage: test
121
122
.PHONY: test
123
test: manifests generate fmt vet envtest ## Run tests.
124
- KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test $$(go list ./... | grep -v /e2e) -coverprofile $(COVERAGE_FILE)
+ KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test $$(go list ./... | grep -v test/ | grep -v api/) -coverprofile $(COVERAGE_FILE)
125
126
# Utilize Kind or modify the e2e tests to load the image locally, enabling compatibility with other vendors.
127
.PHONY: test-e2e # Run the e2e tests against a Kind k8s instance that is spun up.
0 commit comments