[gjs: 4/6] build: Tweak code coverage options



commit 370cc9ddb3080780f5f939985c3f39c4b481df87
Author: Philip Chimento <philip chimento gmail com>
Date:   Tue Oct 3 22:37:17 2017 -0700

    build: Tweak code coverage options
    
    We want to include the default options so that if you set
    CODE_COVERAGE_BRANCH_COVERAGE=1 it will get included in the options.
    
    Remove an unnecessary entry from the ignore pattern.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=788166

 Makefile-test.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/Makefile-test.am b/Makefile-test.am
index 813a225..5ea78ad 100644
--- a/Makefile-test.am
+++ b/Makefile-test.am
@@ -306,8 +306,9 @@ SH_LOG_DRIVER = $(LOG_DRIVER)
 JS_LOG_DRIVER = $(LOG_DRIVER)
 JS_LOG_COMPILER = $$LOG_COMPILER $$LOG_FLAGS $(top_builddir)/minijasmine
 
-CODE_COVERAGE_IGNORE_PATTERN = */{include,mfbt,gjs/test,gjs/installed-tests}/*
+CODE_COVERAGE_IGNORE_PATTERN = */{include,mfbt,gjs/test}/*
 CODE_COVERAGE_GENHTML_OPTIONS =                        \
+       $(CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT)        \
        lcov/coverage.lcov                              \
        --prefix $(abs_top_builddir)/lcov/org/gnome/gjs \
        --prefix $(abs_top_builddir)                    \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]