From 8e07168a5e4208dded74fdb8cd5052708aafe6ce Mon Sep 17 00:00:00 2001 From: ineszang44 Date: Thu, 17 Sep 2026 12:19:26 +0200 Subject: [PATCH] =?UTF-8?q?test:=20ajout=20de=20propri=C3=A9t=C3=A9s=20dan?= =?UTF-8?q?s=20le=20fichier=20de=20config=20pour=20sonarqube?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sonar-project.properties | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/sonar-project.properties b/sonar-project.properties index 3c1af86..c2cab78 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,14 +1,13 @@ sonar.projectKey=ProjetPiscine_EnerVision sonar.organization=groupe3-ener-vision - - -# This is the name and version displayed in the SonarCloud UI. -#sonar.projectName=ProjetPiscine_EnerVision -#sonar.projectVersion=1.0 - +sonar.sourceEncoding=UTF-8 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. -#sonar.sources=. +sonar.sources=frontend/src,backend/src +# Répertoire contenant les TU +sonar.tests=frontend/tests,backend/tests,frontend/tests/**,backend/tests/** + +sonar.javascript.lcov.reportPaths=frontend/coverage/lcov.info,backend/coverage/lcov.info # Encoding of the source code. Default is default system encoding #sonar.sourceEncoding=UTF-8 \ No newline at end of file