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.
1 parent 2a8fd12 commit ea505afCopy full SHA for ea505af
Makefile
@@ -141,7 +141,7 @@ docs:
141
142
.PHONY: test
143
test: generate fmt vet envtest ## Run tests.
144
- KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(CACHE_BIN) -p path)" go test -race -timeout 60s `go list ./... | grep -v ./mock` -coverprofile cover.out.tmp
+ KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(CACHE_BIN) -p path)" go test -race -timeout 60s `go list ./... | grep -v ./mock$` -coverprofile cover.out.tmp
145
grep -v "zz_generated.deepcopy.go" cover.out.tmp > cover.out
146
rm cover.out.tmp
147
0 commit comments