taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 1ddc703b148673a75cb7b6edcdb17b63bdca78e4
parent 89a9e3c11daebd75e8f078de86fefd84a234f124
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 24 Feb 2020 13:06:18 +0100

improve options given to lcov

Diffstat:
Mbuildbot/coverage.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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