From 014828970c125c9851540be7ea7cbd950fe40ef4 Mon Sep 17 00:00:00 2001 From: dh00601 <dh00601@surrey.ac.uk> Date: Thu, 11 Aug 2022 23:06:53 +0100 Subject: [PATCH] updating badge --- badges/test_coverage.svg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/badges/test_coverage.svg b/badges/test_coverage.svg index 9f708fe59..ecaabab8c 100644 --- a/badges/test_coverage.svg +++ b/badges/test_coverage.svg @@ -9,13 +9,13 @@ </mask> <g mask="url(#a)"> <path fill="#555" d="M0 0h63v20H0z"/> - <path fill="#dfb317" d="M63 0h36v20H63z"/> + <path fill="#e05d44" d="M63 0h36v20H63z"/> <path fill="url(#b)" d="M0 0h99v20H0z"/> </g> <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">2%</text> + <text x="80" y="14">2%</text> </g> </svg> -- GitLab