Gitweb links:

...log 
http://git.netsurf-browser.org/buildsystem.git/shortlog/4f4cb697c39aad2245687ecd4aeea88f2a56aef6
...commit 
http://git.netsurf-browser.org/buildsystem.git/commit/4f4cb697c39aad2245687ecd4aeea88f2a56aef6
...tree 
http://git.netsurf-browser.org/buildsystem.git/tree/4f4cb697c39aad2245687ecd4aeea88f2a56aef6

The branch, master has been updated
       via  4f4cb697c39aad2245687ecd4aeea88f2a56aef6 (commit)
      from  beca51c1c24a9c7fd854a5b95e1dc0eb26a3cbf5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/buildsystem.git/commit/?id=4f4cb697c39aad2245687ecd4aeea88f2a56aef6
commit 4f4cb697c39aad2245687ecd4aeea88f2a56aef6
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    make jenkins coverage target exclude test sources

diff --git a/citools/jenkins-build.sh b/citools/jenkins-build.sh
index 93c4bd3..42173c3 100755
--- a/citools/jenkins-build.sh
+++ b/citools/jenkins-build.sh
@@ -166,8 +166,7 @@ ${MAKE} Q= clean HOST=${HOST} VARIANT=${VARIANT}
 if [ "x${HOST}" = "x${TARGET_COVERAGE}" ]; then
     # Coverage Build
     CFLAGS=-Wno-error ${MAKE} Q= HOST=${HOST} VARIANT=${VARIANT} coverage
-    gcovr -x -r build-${BUILD}-${HOST}-${VARIANT}-lib-static -o coverage.xml
-
+    gcovr -v -x -r build-${BUILD}-${HOST}-${VARIANT}-lib-static -e '.*test/.*' 
-o coverage.xml
 
 elif [ "x${HOST}" = "x${TARGET_STATIC}" ]; then
     # static build


-----------------------------------------------------------------------

Summary of changes:
 citools/jenkins-build.sh |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/citools/jenkins-build.sh b/citools/jenkins-build.sh
index 93c4bd3..42173c3 100755
--- a/citools/jenkins-build.sh
+++ b/citools/jenkins-build.sh
@@ -166,8 +166,7 @@ ${MAKE} Q= clean HOST=${HOST} VARIANT=${VARIANT}
 if [ "x${HOST}" = "x${TARGET_COVERAGE}" ]; then
     # Coverage Build
     CFLAGS=-Wno-error ${MAKE} Q= HOST=${HOST} VARIANT=${VARIANT} coverage
-    gcovr -x -r build-${BUILD}-${HOST}-${VARIANT}-lib-static -o coverage.xml
-
+    gcovr -v -x -r build-${BUILD}-${HOST}-${VARIANT}-lib-static -e '.*test/.*' 
-o coverage.xml
 
 elif [ "x${HOST}" = "x${TARGET_STATIC}" ]; then
     # static build


-- 
NetSurf Project build system

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to