Add KUBE_COVER help to "make test"

This commit is contained in:
xiangpengzhao 2017-07-31 19:49:00 +08:00
parent d8205661b7
commit 883c2cc67b

View File

@ -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.