mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
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 <michael.paquier@gmail.com>
This commit is contained 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
|
||||
|
Reference in New Issue
Block a user