From 00cac2d9ab90bf9804046b8a834159d2941adff7 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 26 Jul 2026 22:36:24 +0200 Subject: build: ignore negative coverage counts --- .lcovrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lcovrc b/.lcovrc index 09b96f40..1ca07ffe 100644 --- a/.lcovrc +++ b/.lcovrc @@ -4,4 +4,4 @@ exclude = tests/* exclude = **.tests.cpp exclude = kapi/kapi/* -ignore_errors = unused,unused,unused,unused,unused,empty,inconsistent \ No newline at end of file +ignore_errors = unused,unused,unused,unused,unused,empty,inconsistent,negative \ No newline at end of file -- cgit v1.2.3