mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-08-08 01:11:49 +08:00
.lcovrc: exclude from coverage bundled 3rd party projects and tests
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user