From 5fa41a15f8f41c7f04d05a487ddb01930639f393 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Sat, 22 Feb 2020 17:36:13 -0500 Subject: #2 Add CSS, favicon for landing page --- public/templates/index.html.template | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'public/templates') diff --git a/public/templates/index.html.template b/public/templates/index.html.template index 0dfbee7..53095b3 100644 --- a/public/templates/index.html.template +++ b/public/templates/index.html.template @@ -6,11 +6,30 @@ AO Coverage: Simple code coverage tracking + -
- bash <(curl -s {{TARGET_URL}}/bash) +
+
+ +

Simple Code Coverage Tracking

+
+
+
+
+
+

AO Coverage is a simple code coverage tracking tool that stores your reports for public visibility and + provides a coverage badge for your projects. That’s all there is to it.

+

If you have a coverage token, uploading a report is as easy as adding this line to your CI pipeline:

+
+ bash <(curl -s {{TARGET_URL}}/bash) +
+

Visit the AO Coverage + documentation to learn more about uploading reports and discover more information about how AO Coverage + works.

+
+
-- cgit