X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=sonar-project.properties;h=69fe3fdf5a47c26e3451315a6199370d6bc2290b;hb=d5575b174bef0e79d2a600ae24be2789d6cf3451;hp=ef81342fa6cd37050b713333c5715648f46f970f;hpb=3e29e03634f450a5199bfb4ac5f596bc2b0e4b5d;p=e-mobility-charging-stations-simulator.git diff --git a/sonar-project.properties b/sonar-project.properties index ef81342f..69fe3fdf 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,12 +3,15 @@ sonar.organization=sap-1 # This is the name and version displayed in the SonarCloud UI. sonar.projectName=e-mobility-charging-stations-simulator -sonar.projectVersion=1.1.72 +sonar.projectVersion=1.2.11 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. -#sonar.sources=. +sonar.sources=src +sonar.tests=test sonar.javascript.lcov.reportPaths=coverage/lcov.info +sonar.typescript.tsconfigPath=tsconfig-base.json + # Encoding of the source code. Default is default system encoding #sonar.sourceEncoding=UTF-8