X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=sonar-project.properties;h=d3e703d2a32aaa3bdbc15444f7e7f0bad947ac6e;hb=c774abf594868c5cefdeb5e1a1fc8166a8ad50ed;hp=bb3914fe7979afcfddf71996fd43f0bd79bc275d;hpb=b5eb06976444ee9bbd3060ac85a4c9bfba27cbc2;p=e-mobility-charging-stations-simulator.git diff --git a/sonar-project.properties b/sonar-project.properties index bb3914fe..d3e703d2 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.87 # 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