gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: Generate LCOV report even if _


From: gnunet
Subject: [taler-deployment] branch master updated: Generate LCOV report even if _part_ of tests passed.
Date: Wed, 27 Nov 2019 19:10:09 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new d2288f0  Generate LCOV report even if _part_ of tests passed.
d2288f0 is described below

commit d2288f0c5fb87eb8e6709060c3d3c5e48af66a38
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Nov 27 19:09:33 2019 +0100

    Generate LCOV report even if _part_ of tests passed.
---
 buildbot/coverage.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/coverage.sh b/buildbot/coverage.sh
index 48f5bc3..eb2085d 100755
--- a/buildbot/coverage.sh
+++ b/buildbot/coverage.sh
@@ -21,7 +21,7 @@ for codebase in merchant exchange ; do
   TALER_EXCHANGEDB_POSTGRES_CONFIG=$TALER_CHECKDB \
   TALER_AUDITORDB_POSTGRES_CONFIG=$TALER_CHECKDB \
   cd $TOP
-  make check || exit 1
+  make check || true
   mkdir -p $REPORT_DIR
   lcov -d $TOP -c --no-external -o $REPORT_DIR/coverage.info
   lcov -r $REPORT_DIR/coverage.info **/test_* -o $REPORT_DIR/rcoverage.info

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]