summaryrefslogtreecommitdiff
path: root/template/docs.html.j2
diff options
context:
space:
mode:
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>