X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=sonar-project.properties;h=ad0842b89f3a137a6eeae6d440a48101d8207bf9;hb=a66bbcfe85550dc01a2e32bd17a52f5980a78193;hp=08ec87c24f770a019e36f6f9aae3fa5580e3724e;hpb=1798b5506effb00fe98fc78696dacb5f0792cd5a;p=e-mobility-charging-stations-simulator.git diff --git a/sonar-project.properties b/sonar-project.properties index 08ec87c2..ad0842b8 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,12 +1,13 @@ -sonar.projectKey=SAP_e-mobility-charging-stations-simulator +sonar.projectKey=e-mobility-charging-stations-simulator 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.65 +sonar.projectVersion=1.2.34 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. -#sonar.sources=. +sonar.sources=src +sonar.tests=tests sonar.javascript.lcov.reportPaths=coverage/lcov.info