X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=sonar-project.properties;h=f0bcd9ce196592df7e617574597e865c7b6d42f1;hb=63ec69b72d260925caad20eeb924d893067f521e;hp=bb3914fe7979afcfddf71996fd43f0bd79bc275d;hpb=b5eb06976444ee9bbd3060ac85a4c9bfba27cbc2;p=e-mobility-charging-stations-simulator.git diff --git a/sonar-project.properties b/sonar-project.properties index bb3914fe..f0bcd9ce 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,10 +3,11 @@ 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.75 +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