From f38ccc1d4068a952a4a0f57fbd38dd901e8a5441 Mon Sep 17 00:00:00 2001 From: TommyStarK Date: Fri, 16 Dec 2022 17:57:23 +0100 Subject: [PATCH] Makefile: Add example of how to run integration tests and get code coverage report. Signed-off-by: TommyStarK --- build/root/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/build/root/Makefile b/build/root/Makefile index 81c56c9a775..312c43b3e23 100644 --- a/build/root/Makefile +++ b/build/root/Makefile @@ -193,6 +193,7 @@ define TEST_IT_HELP_INFO # # Example: # make test-integration +# make test-integration WHAT=./test/integration/kubelet GOFLAGS="-v -coverpkg=./pkg/kubelet/..." KUBE_COVER="y" endef .PHONY: test-integration ifeq ($(PRINT_HELP),y)