gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: set title in generated report


From: gnunet
Subject: [taler-deployment] branch master updated: set title in generated report
Date: Mon, 24 Feb 2020 13:07:56 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new ae96287  set title in generated report
ae96287 is described below

commit ae96287a64d95d1468d8558aa4ea5910d364241a
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Feb 24 13:07:52 2020 +0100

    set title in generated report
---
 buildbot/coverage.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/coverage.sh b/buildbot/coverage.sh
index 51530dd..c61138f 100755
--- a/buildbot/coverage.sh
+++ b/buildbot/coverage.sh
@@ -31,7 +31,7 @@ for codebase in merchant exchange sync ; do
   mkdir -p $REPORT_DIR
   lcov -d $TOP -c --no-external -o $REPORT_DIR/coverage.info
   lcov -r $REPORT_DIR/coverage.info **/test_* -o $REPORT_DIR/rcoverage.info
-  genhtml -o $REPORT_DIR $REPORT_DIR/rcoverage.info
+  genhtml --legend --title "GNU Taler coverage report" -o $REPORT_DIR 
$REPORT_DIR/rcoverage.info
   chmod a+rx -R $REPORT_DIR
 done
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]