summaryrefslogtreecommitdiff
path: root/buildbot/coverage.sh
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot/coverage.sh')
-rwxr-xr-xbuildbot/coverage.sh2
1 files changed, 1 insertions, 1 deletions
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