summaryrefslogtreecommitdiff
path: root/.lcovrc
diff options
context:
space:
mode:
Diffstat (limited to '.lcovrc')
-rw-r--r--.lcovrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/.lcovrc b/.lcovrc
new file mode 100644
index 0000000..b65ebd3
--- /dev/null
+++ b/.lcovrc
@@ -0,0 +1,7 @@
+#lcov -c -o cov.info -d build -b .
+
+exclude = /usr/include/*
+exclude = */catch2/*
+exclude = */tests/*
+
+ignore_errors = unused,empty \ No newline at end of file