From 9416f570200fb16e7bfe6239ce05062637500447 Mon Sep 17 00:00:00 2001
From: Anton Hansson <antha652@student.liu.se>
Date: Sat, 1 Oct 2022 07:01:14 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 310738f..9d876a3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,6 +21,8 @@ pytest:
   - coverage run -m pytest
   - coverage report
 
+coverage: '/TOTAL.*\s+(\d+\%)/' 
+
 dummy:
   stage: Deploy
   script:
-- 
GitLab