From 35e4607b47dedff99f4bb420f12925fa5e0d3c34 Mon Sep 17 00:00:00 2001
From: dh00601 <dh00601@surrey.ac.uk>
Date: Wed, 29 Dec 2021 21:15:26 +0000
Subject: [PATCH] updated the reports for the testcoverage

---
 badges/test_coverage.svg | 6 +++---
 pyproject.toml           | 3 ++-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/badges/test_coverage.svg b/badges/test_coverage.svg
index 4021d28a9..cb3cdc0ec 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="#e05d44" d="M63 0h36v20H63z"/>
+        <path fill="#fe7d37" 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">30%</text>
-        <text x="80" y="14">30%</text>
+        <text x="80" y="15" fill="#010101" fill-opacity=".3">41%</text>
+        <text x="80" y="14">41%</text>
     </g>
 </svg>
diff --git a/pyproject.toml b/pyproject.toml
index a9149c389..fac2fa808 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,4 +3,5 @@ target-version = ['py36']
 
 
 [tool.coverage]
-# todo
+omit =
+    test_*.py
-- 
GitLab