From c4a957450318c9637087d55e7b771450fc4fc0eb Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Sun, 23 Feb 2020 11:04:26 -0500 Subject: Fix styling for mobile/smaller displays --- public/templates/index.html.template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'public/templates/index.html.template') diff --git a/public/templates/index.html.template b/public/templates/index.html.template index 53095b3..4fb8930 100644 --- a/public/templates/index.html.template +++ b/public/templates/index.html.template @@ -22,8 +22,10 @@

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) +
+
+ 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 -- cgit