diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2021-10-07 16:47:35 +0000 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2021-10-07 16:47:35 +0000 |
| commit | e3f21afa451f8c8cb5743cd08fe3c3450ff5a75b (patch) | |
| tree | b4c426593d468bcf73c9dbfa904d6879191e88eb /public/templates/index.html.template | |
| parent | 54e479f0db78ed3bfc0be94e9d7ecdb8c00ca187 (diff) | |
| download | ao-coverage-e3f21afa451f8c8cb5743cd08fe3c3450ff5a75b.tar.gz ao-coverage-e3f21afa451f8c8cb5743cd08fe3c3450ff5a75b.tar.bz2 ao-coverage-e3f21afa451f8c8cb5743cd08fe3c3450ff5a75b.zip | |
Use *.tmpl file extension over *.template
Diffstat (limited to 'public/templates/index.html.template')
| -rw-r--r-- | public/templates/index.html.template | 38 |
1 files changed, 0 insertions, 38 deletions
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 @@ -<!DOCTYPE html> -<html lang="en-US"> - -<head> - <meta charset="utf-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <meta http-equiv="x-ua-compatible" content="ie=edge" /> - <title>AO Coverage: Simple code coverage tracking</title> - <link rel="stylesheet" type="text/css" href="/static/index.css" /> -</head> - -<body> - <div id="top-half"> - <div id="container"> - <div id="logo"><img src="/favicon.ico" alt="logo" /></div> - <h1 id="tagline">Simple Code Coverage Tracking</h1> - </div> - </div> - <div id="bottom-half"> - <div id="container"> - <div id="content"> - <p>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.</p> - <p>If you have a coverage token, uploading a report is as easy as adding this line to your CI pipeline:</p> - <div class="code-container-container"> - <div class="code-container"> - <span class="shell code">curl {{CURL_HTTPS}}-sSf {{TARGET_URL}}/sh | sh</span> - </div> - </div> - <p>Visit <a href="https://git.submelon.dev/kjhoerr/ao-coverage/wiki/Home" target="_blank">the AO Coverage - documentation</a> to learn more about uploading reports and discover more information about how AO Coverage - works.</p> - </div> - </div> - </div> -</body> - -</html>
\ No newline at end of file |
