From c688fc0e4f83534995e6897c3c650cd915a2ae6a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 24 Feb 2020 13:06:55 +0100 Subject: generate lcov configuration file --- buildbot/coverage.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'buildbot') diff --git a/buildbot/coverage.sh b/buildbot/coverage.sh index abba84b..51530dd 100755 --- a/buildbot/coverage.sh +++ b/buildbot/coverage.sh @@ -4,6 +4,9 @@ set -eu source "${HOME}/activate" +# Generate lcov configuration file +echo "geninfo_auto_base = 1" > ~/.lcovrc + PG_VER=12 PG_DIR=/usr/lib/postgresql/$PG_VER/bin -- cgit v1.2.3