From 150a193de8f10538157b59827055f873d13580c2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niklas=20Schr=C3=B6tler?= <niklas@allround.digital>
Date: Thu, 10 Aug 2023 21:03:07 +0200
Subject: [PATCH] README: Added sonarqube reference

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index d73bd54..67c01af 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,12 @@
 
 This is a rewrite of the Infoscreen. It aims to make it less bad.
 
+
+## Quality
+To ensure code quality, this repo is automatically evaluated by a SonarQube instance.
+
+[![Quality gate](https://sonarqube.upi.li/api/project_badges/quality_gate?project=Fachschaft-Informatik-Infoscreen&token=sqb_1e0e28d3a4ad3e243d0ee76c6dc33d6694d261a2)](https://sonarqube.upi.li/dashboard?id=Fachschaft-Informatik-Infoscreen)
+
 ## Test
 
 This Website can be run locally for testing purposes with `python3 -m http.server` or any other HTTP Server
-- 
GitLab