We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 618b7c6 commit f15192cCopy full SHA for f15192c
Makefile
@@ -171,9 +171,6 @@ e2e-test: ## Run e2e test
171
OPERATOR_NAMESPACE=ibm-common-services \
172
go test ./controllers/... -coverprofile cover.out
173
174
-coverage: ## Run code coverage test
175
- @common/scripts/codecov.sh ${BUILD_LOCALLY} "controllers"
176
-
177
##@ Build
178
179
build-operator-image: $(CONFIG_DOCKER_TARGET) ## Build the operator image.
common/scripts/codecov.sh
0 commit comments