mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	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:
		@@ -193,6 +193,7 @@ define TEST_IT_HELP_INFO
 | 
				
			|||||||
#
 | 
					#
 | 
				
			||||||
# Example:
 | 
					# Example:
 | 
				
			||||||
#   make test-integration
 | 
					#   make test-integration
 | 
				
			||||||
 | 
					#   make test-integration WHAT=./test/integration/kubelet GOFLAGS="-v -coverpkg=./pkg/kubelet/..." KUBE_COVER="y"
 | 
				
			||||||
endef
 | 
					endef
 | 
				
			||||||
.PHONY: test-integration
 | 
					.PHONY: test-integration
 | 
				
			||||||
ifeq ($(PRINT_HELP),y)
 | 
					ifeq ($(PRINT_HELP),y)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user