.lcovrc: exclude from coverage bundled 3rd party projects and tests

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
Nikos Mavrogiannopoulos
2026-03-22 21:17:18 +01:00
parent 0a2dc40251
commit e5eb5d6de7
+9
View File
@@ -9,5 +9,14 @@ exclude = */http-heads.gperf
# "duplicate merge record src".
exclude = */build/src/*
# Exclude vendored third-party libraries — not developed in this project.
exclude = */src/ccan/*
exclude = */src/gnulib/*
exclude = */src/inih/*
exclude = */src/llhttp/*
exclude = */src/pcl/*
exclude = */tests/*
exclude = */src/protobuf/protobuf-c/*
ignore_errors = unused
genhtml_ignore_errors = unmapped