Skip to content

Commit

Permalink
test: verbose linting
Browse files Browse the repository at this point in the history
  • Loading branch information
talasulin committed Oct 25, 2023
1 parent 57adee2 commit 3ecdba4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ integration-test: generate fmt vet envtest ## Run tests.

.PHONY: unit-test
unit-test: generate fmt vet envtest ## Run tests.
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test ./internal/... -coverprofile $@-cover.out -covermode atomic; go tool cover -func $@-cover.out
#KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test ./internal/... -coverprofile [email protected] -covermode atomic; go tool cover -func [email protected]
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test ./internal/... -v
##@ Build

.PHONY: build
Expand Down

0 comments on commit 3ecdba4

Please sign in to comment.