aboutsummaryrefslogtreecommitdiff
path: root/tools/lcov.am
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lcov.am')
-rw-r--r--tools/lcov.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/lcov.am b/tools/lcov.am
index 3bab1028..f5be3602 100644
--- a/tools/lcov.am
+++ b/tools/lcov.am
@@ -5,7 +5,9 @@ lcov-report:
lcov --directory @top_srcdir@ --capture \
--output-file @top_builddir@/lcov.info.tmp
lcov --directory @top_srcdir@ --output-file @top_builddir@/lcov.info \
- --remove @top_builddir@/lcov.info.tmp $(shell find @top_srcdir@ -name \*.vala | sed 's/.vala/.c/' | xargs -n1 basename) \*.vapi
+ --remove @top_builddir@/lcov.info.tmp $(shell find @top_srcdir@ -name \*.vala | sed 's/.vala/.c/' | xargs -n1 basename) \*.vapi \
+ tests/unit_tests/\* \
+ /usr/include/\*
rm @top_builddir@/lcov.info.tmp
$(mkdir_p) @top_builddir@/lcov.html
git_commit=`GIT_DIR=@top_srcdir@/.git git log -1 --pretty=format:%h 2>/dev/null`;\