Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c011236 commit 52e1b1bCopy full SHA for 52e1b1b
src/Makefile.global.in
@@ -893,7 +893,7 @@ coverage: $(local_gcda_files:.gcda=.c.gcov)
893
.PHONY: coverage-html
894
coverage-html: coverage-html-stamp
895
896
-GENHTML_FLAGS = --legend
+GENHTML_FLAGS = -q --legend
897
GENHTML_TITLE = PostgreSQL $(VERSION)
898
899
coverage-html-stamp: lcov_base.info lcov_test.info
@@ -902,7 +902,7 @@ coverage-html-stamp: lcov_base.info lcov_test.info
902
touch $@
903
904
LCOV += --gcov-tool $(GCOV)
905
-LCOVFLAGS = --no-external
+LCOVFLAGS = -q --no-external
906
907
all_gcno_files = $(shell find . -name '*.gcno' -print)
908
0 commit comments