From 0cb6853e4b885801f29d83be565131751c3791ff Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 26 Oct 2022 00:36:07 +0200 Subject: [PATCH] Refine sonar-project.properties MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- sonar-project.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index 57d9c2b9..aee02cee 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -6,7 +6,8 @@ sonar.projectName=e-mobility-charging-stations-simulator sonar.projectVersion=1.1.85 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. -#sonar.sources=. +sonar.sources=src +sonar.tests=test,src/ui/web/tests sonar.javascript.lcov.reportPaths=coverage/lcov.info -- 2.34.1