X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=sonar-project.properties;h=9fb9edf00b1f2a0ffa81e2b921c8531e9564e221;hb=4ecff7ce6e87af51f1ff04e95641aee2270fbdb0;hp=cba4d3a29ebdeac973fa24d559c86246b23ce9ed;hpb=e0fc741ae877a7653e2505f92c583eeaf1e8cd48;p=e-mobility-charging-stations-simulator.git diff --git a/sonar-project.properties b/sonar-project.properties index cba4d3a2..9fb9edf0 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.81 +sonar.projectVersion=1.2.9 # 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