* top/maint.mk (gen-coverage): Don't pass --highlight to genhtml.
+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.
gen-coverage:
genhtml --output-directory $(COVERAGE_OUT) \
$(COVERAGE_OUT)/$(PACKAGE).info \
- --highlight --frames --legend \
+ --frames --legend \
--title "$(PACKAGE_NAME)"
coverage: