From 728c35a753ecf577c70700b07b416a77cd205956 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 10 Aug 2017 23:33:47 -0400 Subject: [PATCH v2 5/9] Remove coverage details view This is only useful if we name the different tests, which we don't do at the moment. --- src/Makefile.global.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.global.in b/src/Makefile.global.in index ec2ae8f45d..4b2aa2ae0f 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -875,7 +875,7 @@ ifeq ($(enable_coverage), yes) LCOV += --gcov-tool $(GCOV) LCOVFLAGS = --no-external -GENHTML_FLAGS = --show-details --legend +GENHTML_FLAGS = --legend GENHTML_TITLE = PostgreSQL $(VERSION) gcno_files = $(shell find . -name '*.gcno' -print) -- 2.14.1