Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2023-05-23 19:05:37 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-05-23 19:05:37 +0300
commit30e404edcdc68dff141c09b751fec180eee62cb7 (patch)
treeb2738cb88bbb996905d5351ff4bd7310c6abd9cb /Makefile
parent42b707da5e621f5e43d910f7eecf7887acde8b86 (diff)
parent07fc661b6836bf8006715a4934a15caf2ee4864a (diff)
Merge branch 'pks-ci-code-coverage-for-all-jobs' into 'master'
ci: Generate code coverage for all test jobs See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5823 Merged-by: Patrick Steinhardt <psteinhardt@gitlab.com> Approved-by: Sami Hiltunen <shiltunen@gitlab.com> Approved-by: Toon Claes <toon@gitlab.com> Reviewed-by: Sami Hiltunen <shiltunen@gitlab.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 821e08728..9b4ef8055 100644
--- a/Makefile
+++ b/Makefile
@@ -461,14 +461,6 @@ notice: ${SOURCE_DIR}/NOTICE
clean:
rm -rf ${BUILD_DIR}
-.PHONY: cover
-## Generate coverage report via Go tests.
-cover: test-go
- ${Q}echo ""
- ${Q}echo "=====> Total test coverage: <====="
- ${Q}echo ""
- ${Q}go tool cover -func "${TEST_COVERAGE_DIR}/all.merged"
-
.PHONY: proto
## Regenerate protobuf definitions.
proto: SHARED_PROTOC_OPTS = --plugin=${PROTOC_GEN_GO} --plugin=${PROTOC_GEN_GO_GRPC} --plugin=${PROTOC_GEN_GITALY_PROTOLIST} --go_opt=paths=source_relative --go-grpc_opt=paths=source_relative