From 7bc9a09489d1bfdc7eba6fb96105700d99646542 Mon Sep 17 00:00:00 2001 From: ineszang44 Date: Thu, 17 Sep 2026 14:38:08 +0200 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20mise=20=C3=A0=20jour=20des=20p?= =?UTF-8?q?ropri=C3=A9t=C3=A9s=20sonar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sonar-project.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sonar-project.properties b/sonar-project.properties index 9ffcb8f..78c8162 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,12 +3,12 @@ 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,apps/frontend/coverage +sonar.sources=apps/frontend/src,apps/frontend/** # Répertoire contenant les TU sonar.tests=apps/frontend/src sonar.test.inclusions=**/*.spec.ts,**/*.test.ts,**/*.spec.js,**/*.test.js -sonar.exclusions=**/node_modules/**,**/dist/**,**/coverage/** +sonar.exclusions=**/node_modules/**,**/dist/** sonar.javascript.lcov.reportPaths=apps/frontend/coverage/frontend/lcov.info