Commit c0112363 authored by Peter Eisentraut's avatar Peter Eisentraut

Remove coverage details view

This is only useful if we name the different tests, which we don't do at
the moment.
Reviewed-by: default avatarMichael Paquier <michael.paquier@gmail.com>
parent 3620569f
...@@ -893,7 +893,7 @@ coverage: $(local_gcda_files:.gcda=.c.gcov) ...@@ -893,7 +893,7 @@ coverage: $(local_gcda_files:.gcda=.c.gcov)
.PHONY: coverage-html .PHONY: coverage-html
coverage-html: coverage-html-stamp coverage-html: coverage-html-stamp
GENHTML_FLAGS = --show-details --legend GENHTML_FLAGS = --legend
GENHTML_TITLE = PostgreSQL $(VERSION) GENHTML_TITLE = PostgreSQL $(VERSION)
coverage-html-stamp: lcov_base.info lcov_test.info coverage-html-stamp: lcov_base.info lcov_test.info
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment