]> granicus.if.org Git - postgresql/commitdiff
Remove coverage details view
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 11 Aug 2017 03:33:47 +0000 (23:33 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 6 Oct 2017 15:39:46 +0000 (11:39 -0400)
This is only useful if we name the different tests, which we don't do at
the moment.

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
src/Makefile.global.in

index 1a0faf9023df99aa1881ee2a31e669269f1c0292..d4fed904058dea58d7a9adba41a50b9b66a17ff5 100644 (file)
@@ -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