From 5566583e1c34b60429cc8466a6250066f19c9003 Mon Sep 17 00:00:00 2001
From: DAVID Axel <axel.david@etu.univ-amu.fr>
Date: Wed, 3 May 2023 07:39:14 +0200
Subject: [PATCH] ci: :green_heart: Fix coverage regex

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 37c34f4..d1e6ef1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -328,7 +328,7 @@ dependency_scanning:
     needs:
         - !reference [ .common_test, needs ]
         - 🤞 unittests 🤞
-    coverage: /TOTAL\s+[\d\.]+\s+[\d\.]+\s+([\d\.]+)/
+    coverage: /TOTAL\s+[\d\.]+\s+[\d\.]+\s+[\d\.]+\s+[\d\.]+\s+([\d\.]+)/
     script:
         - pytest --cov=src --cov=tests --junit-xml=coverage.xml --cov-report=html:coverage_html
         - coverage report
-- 
GitLab