summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-09-13 11:18:47 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-09-13 11:18:47 +0200
commite4919dae30775c612c21e96b104551513aef5eb6 (patch)
tree0a9de79726becad806ad9a62496f4111ae44b6dc
parentd1af429fe1085239cb540b3079f93d93c56f8ca4 (diff)
downloaddocs-e4919dae30775c612c21e96b104551513aef5eb6.tar.gz
docs-e4919dae30775c612c21e96b104551513aef5eb6.tar.bz2
docs-e4919dae30775c612c21e96b104551513aef5eb6.zip
Documenting the Lcov worker
-rw-r--r--onboarding.rst27
1 files changed, 23 insertions, 4 deletions
diff --git a/onboarding.rst b/onboarding.rst
index c6982955..28f5b758 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
==================