From c320bb0bf88a3b10dad9ac7bc9326bf4f03d12fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Fri, 24 May 2024 19:40:06 +0200 Subject: [PATCH] ci: Ignore unused patterns gnulib doesn't seem to be used at the moment so its _build folder, but let's still try and don't fail if that's not happening --- .lcovrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.lcovrc b/.lcovrc index 1800471b1..b7bc78b6c 100644 --- a/.lcovrc +++ b/.lcovrc @@ -20,3 +20,6 @@ ignore_errors = source # Sometimes we may have negative counting despite using atomic profile update ignore_errors = negative + +# gnulib paths may not be used +ignore_errors = unused