stefan pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=098917f3220352d5c4f7b0fd2d0ad9566d9645af

commit 098917f3220352d5c4f7b0fd2d0ad9566d9645af
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Mon Aug 10 12:55:09 2015 +0200

    build: Exclude some more files from coverage as they are not in the correct 
path
    
    These files come from some modules in src/modules while we set out base dir 
to
    src/lib. In result these files are search for in src/lib and not found. In 
the
    long term we want to find out how to collect them as well but for now a 
working
    coverage is already good.
    
    Overall coverage rate:
      lines......: 18.1% (12596 of 69412 lines)
      functions..: 18.6% (1766 of 9500 functions)
    
    Will work on getting these run by jenkins once it is back.
---
 Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 72a2d35..3cb5d0a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -138,7 +138,8 @@ lcov-report:
        lcov --remove $(top_builddir)/coverage/coverage.cleaned.info 
'*/elm_test_*' --output-file $(top_builddir)/coverage/coverage.cleaned2.info
        lcov --remove $(top_builddir)/coverage/coverage.cleaned2.info 
'*/elm_suite.c' --output-file $(top_builddir)/coverage/coverage.cleaned3.info
        lcov --remove $(top_builddir)/coverage/coverage.cleaned3.info '*NONE*' 
--output-file $(top_builddir)/coverage/coverage.cleaned4.info
-       genhtml --branch-coverage -t "$(PACKAGE_STRING)" -o 
$(top_builddir)/coverage/html $(top_builddir)/coverage/coverage.cleaned4.info
+       lcov --remove $(top_builddir)/coverage/coverage.cleaned4.info 
'*/datetime_input_ctxpopup.c' '*/elm_horizontal_box.c' '*/elm_vertical_frame.c' 
'*/elm_vertical_box.c' '*/elm_horizontal_frame.c' '*/prefs_iface.c' 
'*/elm_swallow.c' --output-file $(top_builddir)/coverage/coverage.cleaned5.info
+       genhtml --branch-coverage -t "$(PACKAGE_STRING)" -o 
$(top_builddir)/coverage/html $(top_builddir)/coverage/coverage.cleaned5.info
        @echo "Coverage Report at $(top_builddir)/coverage/html"
 
 endif

-- 


Reply via email to