]> 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)
committerSimon Josefsson <simon@josefsson.org>
Fri, 4 Apr 2025 09:49:13 +0000 (11:49 +0200)
* top/maint.mk (gen-coverage): Don't pass --highlight to genhtml.

ChangeLog
top/maint.mk

index 8dd75cabcb9d50d9e879f16587dec06da5b895ad..4b8614cb932208b4cf325a5c74d3efaf886f0b90 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-04-02  Bruno Haible  <bruno@clisp.org>
 
        crypto/gc: Silence some -Wcalloc-transposed-args warnings.
index 4ac59914c81df77f2f4ad1d09456befbe754da38..00775f786ff3e6e4db54acfb4b7d956b40f06a4f 100644 (file)
@@ -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: