Merge pull request #114545 from TommyStarK/integration-tests-code-coverage-hint

Makefile: Add example of how to run integration tests and get code coverage report
This commit is contained in:
Kubernetes Prow Robot 2022-12-17 12:57:43 -08:00 committed by GitHub
commit 2ca74f2885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)