gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: improve options given to lcov


From: gnunet
Subject: [taler-deployment] branch master updated: improve options given to lcov
Date: Mon, 24 Feb 2020 13:06:20 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 1ddc703  improve options given to lcov
1ddc703 is described below

commit 1ddc703b148673a75cb7b6edcdb17b63bdca78e4
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Feb 24 13:06:18 2020 +0100

    improve options given to lcov
---
 buildbot/coverage.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/coverage.sh b/buildbot/coverage.sh
index be9a3e3..abba84b 100755
--- a/buildbot/coverage.sh
+++ b/buildbot/coverage.sh
@@ -22,7 +22,7 @@ $PG_DIR/createdb anastasischeck
 for codebase in merchant exchange sync ; do
   TOP="$HOME/sources/${codebase}/"
   REPORT_DIR="$HOME/sources/${codebase}/coverage_report"
-  lcov -d $TOP -z
+  lcov --no-external --capture --initial -d $TOP -z
   cd $TOP
   make check -k || true
   mkdir -p $REPORT_DIR

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



reply via email to

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