]> Savannah Git Hosting - gnulib.git/commitdiff
maintainer-makefile: Work with modern LCOV versions.
authorSimon Josefsson <simon@josefsson.org>
Fri, 4 Apr 2025 09:49:13 +0000 (11:49 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 14 Apr 2025 22:52:15 +0000 (00:52 +0200)
* top/maint.mk (gen-coverage): Don't pass --highlight to genhtml.

ChangeLog
top/maint.mk

index c0fa517b76af4862172375556a910eb55f6179be..dfa4285dc424a3f67032a2de19469d54dabb671c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2025-04-04  Simon Josefsson  <simon@josefsson.org>
+
+       maintainer-makefile: Work with modern LCOV versions.
+       * top/maint.mk (gen-coverage): Don't pass --highlight to genhtml.
+
 2025-03-24  Paul Eggert  <eggert@cs.ucla.edu>
 
        same-inode: update now-wrong dependency
index 2f35253fb785e0d3f0b676ee0f407efc59e841f0..1293e86e84b7f68c6da147ba304636ebb18834f3 100644 (file)
@@ -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: