X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=sonar-project.properties;h=56d92f0c303de2360156f70d006c9bf7005b1216;hb=f1abe9af573013b362214df8d0df3bf8619d39fe;hp=7a8bfd4dbf6f04cd2ec6a46a1ab7b7765eb2e757;hpb=39e1335bed1e71975f49ec6b4deff09d1dd1e6c1;p=e-mobility-charging-stations-simulator.git diff --git a/sonar-project.properties b/sonar-project.properties index 7a8bfd4d..56d92f0c 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,14 +1,17 @@ -sonar.projectKey=jerome-benoit_ev-simulator -sonar.organization=jerome-benoit +sonar.projectKey=e-mobility-charging-stations-simulator +sonar.organization=sap-1 # This is the name and version displayed in the SonarCloud UI. -sonar.projectName=ev-simulator -sonar.projectVersion=1.0.0 +sonar.projectName=e-mobility-charging-stations-simulator +sonar.projectVersion=1.2.20 # 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