From 36ec01299fdaebbd5ac188b21668780d392e2dbe Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Fri, 4 Apr 2025 11:49:13 +0200 Subject: [PATCH] maintainer-makefile: Work with modern LCOV versions. * top/maint.mk (gen-coverage): Don't pass --highlight to genhtml. --- ChangeLog | 5 +++++ top/maint.mk | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c0fa517b76..dfa4285dc4 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-03-24 Paul Eggert same-inode: update now-wrong dependency diff --git a/top/maint.mk b/top/maint.mk index 2f35253fb7..1293e86e84 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -2,7 +2,7 @@ # This Makefile fragment tries to be general-purpose enough to be # used by many projects via the gnulib maintainer-makefile module. -## Copyright (C) 2001-2024 Free Software Foundation, Inc. +## Copyright (C) 2001-2025 Free Software Foundation, Inc. ## ## This program is free software: you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -1719,7 +1719,7 @@ build-coverage: gen-coverage: genhtml --output-directory $(COVERAGE_OUT) \ $(COVERAGE_OUT)/$(PACKAGE).info \ - --highlight --frames --legend \ + --frames --legend \ --title "$(PACKAGE_NAME)" coverage: -- 2.39.5