From 4ee210962862b83a334c73b871d1ce5b64945ff8 Mon Sep 17 00:00:00 2001 From: ineszang44 Date: Thu, 17 Sep 2026 14:32:14 +0200 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20prise=20en=20compte=20du=20r?= =?UTF-8?q?=C3=A9pertoire=20du=20reporter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index adf2309..9ffcb8f 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,7 +3,7 @@ sonar.organization=groupe3-ener-vision sonar.sourceEncoding=UTF-8 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. -sonar.sources=apps/frontend/src +sonar.sources=apps/frontend/src,apps/frontend/coverage # Répertoire contenant les TU sonar.tests=apps/frontend/src