[gjs/gnome-3-26] build: Tweak code coverage options



commit 01f45fa4ccd075793ee0fe4c028cd5e70a6a500e
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Makefile-test.am b/Makefile-test.am
index e55e8cb..0ce2904 100644
--- a/Makefile-test.am
+++ b/Makefile-test.am
@@ -335,7 +335,7 @@ 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                              \


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