summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-24 13:06:55 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-24 13:06:55 +0100
commitc688fc0e4f83534995e6897c3c650cd915a2ae6a (patch)
treee2fa72890ea8c93403efe468368abc9bd94bdc15 /buildbot
parent1ddc703b148673a75cb7b6edcdb17b63bdca78e4 (diff)
downloaddeployment-c688fc0e4f83534995e6897c3c650cd915a2ae6a.tar.gz
deployment-c688fc0e4f83534995e6897c3c650cd915a2ae6a.tar.bz2
deployment-c688fc0e4f83534995e6897c3c650cd915a2ae6a.zip
generate lcov configuration file
Diffstat (limited to 'buildbot')
-rwxr-xr-xbuildbot/coverage.sh3
1 files changed, 3 insertions, 0 deletions
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