From 5bf35d63b3442ebe15635a69fba284b9b640446b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florian=20Schr=C3=B6der?=
 <fschroeder@techfak.uni-bielefeld.de>
Date: Thu, 29 Feb 2024 10:16:47 +0100
Subject: [PATCH] Update GitLab CI configuration and README

Removed the coverage line from the .gitlab-ci.yml file. Also, badges for the pipeline status and coverage were added to the README file. The changes improve the information available at a glance on the project's README.
---
 .gitlab-ci.yml | 1 -
 README.md      | 3 +++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ecbfb8b1..386fd0bd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,6 @@ pytest:
     when: always
     reports:
       cobertura: coverage.xml
-    coverage: '/^TOTAL.*\s+(\d+\%)'
 
 pages:
   script:
diff --git a/README.md b/README.md
index 2798a4f0..a13a9416 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,6 @@
+![pipeline](https://gitlab.com/%{project_path}/badges/%{default_branch}/pipeline.svg)
+![coverage](https://gitlab.com/%{project_path}/badges/%{default_branch}/coverage.svg)
+
 # Cooperative Cuisine Environment
 
 [Documentation](https://scs.pages.ub.uni-bielefeld.de/cocosy/overcooked-simulator)
-- 
GitLab