From 5acfddf8202b3ab712a56fca59c9f11ca4bf1b55 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 24 Feb 2020 13:29:51 +0100 Subject: fix lcov invocation --- buildbot/coverage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildbot/coverage.sh') diff --git a/buildbot/coverage.sh b/buildbot/coverage.sh index c61138f..0d73cdd 100755 --- a/buildbot/coverage.sh +++ b/buildbot/coverage.sh @@ -25,7 +25,7 @@ $PG_DIR/createdb anastasischeck for codebase in merchant exchange sync ; do TOP="$HOME/sources/${codebase}/" REPORT_DIR="$HOME/sources/${codebase}/coverage_report" - lcov --no-external --capture --initial -d $TOP -z + lcov --no-external --initial -d $TOP -z cd $TOP make check -k || true mkdir -p $REPORT_DIR -- cgit v1.2.3