Makefile: Add example of how to run integration tests and get code coverage report.

Signed-off-by: TommyStarK <thomasmilox@gmail.com>
This commit is contained in:
TommyStarK 2022-12-16 17:57:23 +01:00
parent 093c5964f7
commit f38ccc1d40

View File

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