summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot')
-rwxr-xr-xbuildbot/coverage.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildbot/coverage.sh b/buildbot/coverage.sh
index 8226dfb..fc1ba28 100755
--- a/buildbot/coverage.sh
+++ b/buildbot/coverage.sh
@@ -29,3 +29,4 @@ for codebase in merchant exchange ; do
lcov -r $REPORT_DIR/coverage.info **/test_* -o $REPORT_DIR/rcoverage.info
genhtml -o $REPORT_DIR $REPORT_DIR/rcoverage.info
chmod a+rx -R $REPORT_DIR
+done