From e3f21afa451f8c8cb5743cd08fe3c3450ff5a75b Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Thu, 7 Oct 2021 16:47:35 +0000 Subject: Use *.tmpl file extension over *.template --- public/templates/index.html.tmpl | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 public/templates/index.html.tmpl (limited to 'public/templates/index.html.tmpl') diff --git a/public/templates/index.html.tmpl b/public/templates/index.html.tmpl new file mode 100644 index 0000000..f800a29 --- /dev/null +++ b/public/templates/index.html.tmpl @@ -0,0 +1,38 @@ + + + + + + + + AO Coverage: Simple code coverage tracking + + + + +
+
+ +

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:

+
+
+ curl {{CURL_HTTPS}}-sSf {{TARGET_URL}}/sh | sh +
+
+

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

+
+
+
+ + + \ No newline at end of file -- cgit