From 883c2cc67b1a6b5859cdbd0266693e3ae9039680 Mon Sep 17 00:00:00 2001 From: xiangpengzhao Date: Mon, 31 Jul 2017 19:49:00 +0800 Subject: [PATCH] Add KUBE_COVER help to "make test" --- build/root/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/build/root/Makefile b/build/root/Makefile index 1d6b0081010..08ae44eb25b 100644 --- a/build/root/Makefile +++ b/build/root/Makefile @@ -163,6 +163,7 @@ define CHECK_TEST_HELP_INFO # WHAT: Directory names to test. All *_test.go files under these # directories will be run. If not specified, "everything" will be tested. # TESTS: Same as WHAT. +# KUBE_COVER: Whether to run tests with code coverage. Set to 'y' to enable coverage collection. # GOFLAGS: Extra flags to pass to 'go' when building. # GOLDFLAGS: Extra linking flags to pass to 'go' when building. # GOGCFLAGS: Additional go compile flags passed to 'go' when building.