From 37bf169dab81e00fb0c3fd6b35c992684f018c11 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 9 Mar 2017 23:22:59 +0000 Subject: attempt to fix ci system coverage target for new version of gcovr --- citools/jenkins-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citools/jenkins-build.sh b/citools/jenkins-build.sh index 42173c3..db406f8 100755 --- a/citools/jenkins-build.sh +++ b/citools/jenkins-build.sh @@ -166,7 +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 -v -x -r build-${BUILD}-${HOST}-${VARIANT}-lib-static -e '.*test/.*' -o coverage.xml + gcovr -v -x -e 'test/.*' -r . -o coverage.xml elif [ "x${HOST}" = "x${TARGET_STATIC}" ]; then # static build -- cgit v1.2.3