summaryrefslogtreecommitdiff
path: root/template/docs.html.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-24 14:22:41 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-24 14:22:41 +0100
commit7653b8cdeecd79ff38adf310ee9042190288999d (patch)
treedc71fc43369291100afa34d725718d2d9e9d8095 /template/docs.html.j2
parent3fb8954d50784190c44496c17f616ffc5034e7fe (diff)
downloadwww-7653b8cdeecd79ff38adf310ee9042190288999d.tar.gz
www-7653b8cdeecd79ff38adf310ee9042190288999d.tar.bz2
www-7653b8cdeecd79ff38adf310ee9042190288999d.zip
add links to buildbot and lcov results to docs page
Diffstat (limited to 'template/docs.html.j2')
-rw-r--r--template/docs.html.j216
1 files changed, 16 insertions, 0 deletions
diff --git a/template/docs.html.j2 b/template/docs.html.j2
index d78e4258..8c2fa5d6 100644
--- a/template/docs.html.j2
+++ b/template/docs.html.j2
@@ -230,6 +230,22 @@
{{ _("Git repositories for all of GNU Taler.") }}
</div>
+ <div class="col-3">
+ <a href="https://lcov.taler.net">
+ <img src="{{ url('icons/icon-lcov.svg') }}" height=60>
+ <h3>{{ _("lcov results") }}</h3>
+ </a>
+ {{ _("Shows results of the code coverage analysis for our test suite.") }}
+ </div>
+m
+ <div class="col-3">
+ <a href="https://buildbot.taler.net">
+ <img src="{{ url('icons/buildbot.svg') }}" height=60>
+ <h3>{{ _("Continuous integration") }}</h3>
+ </a>
+ {{ _("Continuous integration and deployment is managed by our Buildbot.") }}
+ </div>
+
</div>
</div>