projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3620569
)
Remove coverage details view
author
Peter Eisentraut
<peter_e@gmx.net>
Fri, 11 Aug 2017 03:33:47 +0000
(23:33 -0400)
committer
Peter 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
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile.global.in
b/src/Makefile.global.in
index 1a0faf9023df99aa1881ee2a31e669269f1c0292..d4fed904058dea58d7a9adba41a50b9b66a17ff5 100644
(file)
--- 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