From 9712c6efe5c3ac2e2b2fc275111138493f1e95e4 Mon Sep 17 00:00:00 2001 From: David Hendriks <davidhendriks93@gmail.com> Date: Tue, 25 Oct 2022 23:46:54 +0100 Subject: [PATCH] updateing reports --- badges/docstring_coverage.svg | 6 +++--- badges/test_coverage.svg | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/badges/docstring_coverage.svg b/badges/docstring_coverage.svg index 809088b08..bb571bec4 100644 --- a/badges/docstring_coverage.svg +++ b/badges/docstring_coverage.svg @@ -8,13 +8,13 @@ </clipPath> <g clip-path="url(#r)"> <rect width="99" height="20" fill="#555"/> - <rect x="99" width="43" height="20" fill="#97CA00"/> + <rect x="99" width="43" height="20" fill="#4c1"/> <rect width="142" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" font-size="110"> <text x="505" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="890">docstr-coverage</text> <text x="505" y="140" transform="scale(.1)" textLength="890">docstr-coverage</text> - <text x="1195" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)">91%</text> - <text x="1195" y="140" transform="scale(.1)">91%</text> + <text x="1195" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)">100%</text> + <text x="1195" y="140" transform="scale(.1)">100%</text> </g> </svg> diff --git a/badges/test_coverage.svg b/badges/test_coverage.svg index 9f708fe59..a4262d340 100644 --- a/badges/test_coverage.svg +++ b/badges/test_coverage.svg @@ -15,7 +15,7 @@ <g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11"> <text x="31.5" y="15" fill="#010101" fill-opacity=".3">coverage</text> <text x="31.5" y="14">coverage</text> - <text x="80" y="15" fill="#010101" fill-opacity=".3">60%</text> - <text x="80" y="14">60%</text> + <text x="80" y="15" fill="#010101" fill-opacity=".3">69%</text> + <text x="80" y="14">69%</text> </g> </svg> -- GitLab