From fd4b95879014e14cab2d5ef9922ea2478f438465 Mon Sep 17 00:00:00 2001 From: Ramon Roche Date: Mon, 16 Feb 2026 21:04:18 -0800 Subject: [PATCH] ci: add geninfo negative error ignore to tests_coverage (#26506) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fb97276b52..df7c54f412 100644 --- a/Makefile +++ b/Makefile @@ -412,7 +412,7 @@ tests: $(call cmake-build,px4_sitl_test) # work around lcov bug #316; remove once lcov is fixed (see https://github.com/linux-test-project/lcov/issues/316) -LCOBUG = --ignore-errors mismatch +LCOBUG = --ignore-errors mismatch,negative tests_coverage: @$(MAKE) clean @$(MAKE) --no-print-directory tests PX4_CMAKE_BUILD_TYPE=Coverage