]> 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:33:17 +0000 (00:33 +0200)
* top/maint.mk (gen-coverage): Don't pass --highlight to genhtml.

ChangeLog
top/maint.mk

index b76a9649d03a36de7ee28c8a3905d47c705b857a..db1bfd9a9dc87a51c83cd937a33c4d0235fdc316 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 af98762e49f0c0c8e000f6248af0cd18898e5cbc..a005fc89b76414c1a6a7a0442ab6acd2426fcf46 100644 (file)
@@ -1739,7 +1739,7 @@ build-coverage:
 gen-coverage:
        genhtml --output-directory $(COVERAGE_OUT) \
                $(COVERAGE_OUT)/$(PACKAGE).info \
-               --highlight --frames --legend \
+               --frames --legend \
                --title "$(PACKAGE_NAME)"
 
 coverage: