From: Peter Eisentraut Date: Fri, 11 Aug 2017 03:33:47 +0000 (-0400) Subject: Remove coverage details view X-Git-Tag: REL_11_BETA1~1436 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c01123630db18561039d4eb17f9502bed0e9d109;p=thirdparty%2Fpostgresql.git Remove coverage details view This is only useful if we name the different tests, which we don't do at the moment. Reviewed-by: Michael Paquier --- diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 1a0faf9023d..d4fed904058 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -893,7 +893,7 @@ coverage: $(local_gcda_files:.gcda=.c.gcov) .PHONY: coverage-html coverage-html: coverage-html-stamp -GENHTML_FLAGS = --show-details --legend +GENHTML_FLAGS = --legend GENHTML_TITLE = PostgreSQL $(VERSION) coverage-html-stamp: lcov_base.info lcov_test.info