X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=sonar-project.properties;h=400375b588b36c3c985d2a02938bdf1cade94f51;hb=439fc71b2ebd8322233792b2f3c466e3ddd6e354;hp=a58c159876739b9a91d26b88afd9774c959a0113;hpb=311be0837309f0a9c3ed4677efe60fbb660ed0a6;p=e-mobility-charging-stations-simulator.git diff --git a/sonar-project.properties b/sonar-project.properties index a58c1598..400375b5 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.83 +sonar.projectVersion=1.1.88 # 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