[gjs] build: Update code coverage ignore patterns
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] build: Update code coverage ignore patterns
- Date: Sat, 14 Jan 2017 07:11:47 +0000 (UTC)
commit a589c76e3f6d5e2a65050eaf2c5b53ec6588a8c0
Author: Philip Chimento <philip chimento gmail com>
Date: Fri Jan 13 23:06:12 2017 -0800
build: Update code coverage ignore patterns
Get better code coverage statistics by filtering out all include files
and all test programs.
Unreviewed.
Makefile-test.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile-test.am b/Makefile-test.am
index 417b1ee..b4641db 100644
--- a/Makefile-test.am
+++ b/Makefile-test.am
@@ -313,7 +313,7 @@ AM_TESTS_ENVIRONMENT += \
$(NULL)
endif
-CODE_COVERAGE_IGNORE_PATTERN = */include/*
+CODE_COVERAGE_IGNORE_PATTERN = */{include,mfbt,gjs/test,gjs/installed-tests}/*
CODE_COVERAGE_GENHTML_OPTIONS = \
lcov/coverage.lcov \
--prefix $(abs_top_builddir)/lcov/org/gnome/gjs \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]