aboutsummaryrefslogtreecommitdiff
path: root/.lcovrc
diff options
context:
space:
mode:
Diffstat (limited to '.lcovrc')
-rw-r--r--.lcovrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.lcovrc b/.lcovrc
new file mode 100644
index 0000000..d19e80d
--- /dev/null
+++ b/.lcovrc
@@ -0,0 +1,5 @@
+exclude = /usr/include/*
+exclude = build/_deps/*
+exclude = tests/*
+
+ignore_errors = unused,empty,inconsistent \ No newline at end of file