stefan pushed a commit to branch master.

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

commit f4b8e7517e9301cbbeea3e5b191fbdd277e153be
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Wed Mar 2 09:25:43 2016 +0100

    build: enhance generated html output from coverage report
    
    We do not handle branch coverage so remove that part of the output. On the
    other hand at a legend to allow people to understand the color meanings.
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 3340622..387a071 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -140,7 +140,7 @@ lcov-report:
        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
        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
+       genhtml --legend -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