X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=sonar-project.properties;h=f0bcd9ce196592df7e617574597e865c7b6d42f1;hb=63ec69b72d260925caad20eeb924d893067f521e;hp=7a8bfd4dbf6f04cd2ec6a46a1ab7b7765eb2e757;hpb=39e1335bed1e71975f49ec6b4deff09d1dd1e6c1;p=e-mobility-charging-stations-simulator.git diff --git a/sonar-project.properties b/sonar-project.properties index 7a8bfd4d..f0bcd9ce 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,12 +1,13 @@ -sonar.projectKey=jerome-benoit_ev-simulator -sonar.organization=jerome-benoit +sonar.projectKey=SAP_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.1.92 # 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