gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-docs] branch master updated: Documenting the Lcov wo


From: gnunet
Subject: [GNUnet-SVN] [taler-docs] branch master updated: Documenting the Lcov worker
Date: Fri, 13 Sep 2019 11:18:53 +0200

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

marcello pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new e4919da  Documenting the Lcov worker
e4919da is described below

commit e4919dae30775c612c21e96b104551513aef5eb6
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Sep 13 11:18:47 2019 +0200

    Documenting the Lcov worker
---
 onboarding.rst | 27 +++++++++++++++++++++++----
 1 file changed, 23 insertions(+), 4 deletions(-)

diff --git a/onboarding.rst b/onboarding.rst
index c698295..28f5b75 100644
--- a/onboarding.rst
+++ b/onboarding.rst
@@ -62,7 +62,7 @@ Then run the prepare script that will (1) download all the 
repositories
 needed data.
 
 ::
-   $ ./deployment/bin/taler-deployment-prepare
+   $ ./deployment/bin/taler-deployment-prepare [test | int | demo]
     
 ..
 
@@ -155,9 +155,9 @@ starting with a empty home directory.
 Building the Websites.
 ======================
 
-Taler Websites, `www.taler.net` and `stage.taler.net`, are built by the user 
`taler-websites`
-by the means of a Buildbot worker.  The following commands set the 
`taler-websites` up,
-starting with a empty home directory.
+Taler Websites, `www.taler.net` and `stage.taler.net`, are built by the
+user `taler-websites` by the means of a Buildbot worker.  The following
+commands set the `taler-websites` up, starting with a empty home directory.
 
 ::
   # Log-in as the 'taler-websites' user.
@@ -172,6 +172,25 @@ starting with a empty home directory.
   $ buildbot-worker start worker/
 
 
+Code coverage.
+==============
+Code coverage tests are run by the `lcovworker` user, and are also driven
+by Buildbot.
+
+::
+
+  # Log-in as the 'lcovworker' user.
+
+  $ cd $HOME
+  $ git clone git://git.taler.net/deployment
+  $ ./deployment/bootstrap-taler lcov
+
+  # If the previous step worked, the setup is
+  # complete and the Buildbot worker can be started.
+
+  $ buildbot-worker start worker/
+
+The results are then published at `https://lcov.taler.net/`.
 
 Testing components
 ==================

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



reply via email to

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