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.template | 38 ------------------------------------ 1 file changed, 38 deletions(-) delete mode 100644 public/templates/index.html.template (limited to 'public/templates/index.html.template') diff --git a/public/templates/index.html.template b/public/templates/index.html.template deleted file mode 100644 index f800a29..0000000 --- a/public/templates/index.html.template +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - 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