From: Simon Josefsson Date: Fri, 4 Apr 2025 09:49:13 +0000 (+0200) Subject: maintainer-makefile: Work with modern LCOV versions. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=43bf2e8b659b994f1e50a0cbb9d298e5223e4c95;p=gnulib.git maintainer-makefile: Work with modern LCOV versions. * top/maint.mk (gen-coverage): Don't pass --highlight to genhtml. --- diff --git a/ChangeLog b/ChangeLog index 8dd75cabcb..4b8614cb93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2025-04-04 Simon Josefsson + + maintainer-makefile: Work with modern LCOV versions. + * top/maint.mk (gen-coverage): Don't pass --highlight to genhtml. + 2025-04-02 Bruno Haible crypto/gc: Silence some -Wcalloc-transposed-args warnings. diff --git a/top/maint.mk b/top/maint.mk index 4ac59914c8..00775f786f 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -1741,7 +1741,7 @@ build-coverage: gen-coverage: genhtml --output-directory $(COVERAGE_OUT) \ $(COVERAGE_OUT)/$(PACKAGE).info \ - --highlight --frames --legend \ + --frames --legend \ --title "$(PACKAGE_NAME)" coverage: