From 4075c9464a285390e046ec92dd72db2efe2052f6 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 13 May 2025 17:37:55 +0200 Subject: Ignore versions error in the testsuite coverage --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 954d172..68c108c 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -172,7 +172,7 @@ coverage: $(RUNTIME_TARGETS) run $(GCOV) *.c lcov --capture --directory . --output-file coverage.info lcov --remove ./coverage.info "*/tests/*" --output-file cleaned-coverage.info - genhtml cleaned-coverage.info --output-directory coverage + genhtml --output-directory coverage --ignore-errors version cleaned-coverage.info all: gcc -- cgit v1.3