X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=sonar-project.properties;h=9fb9edf00b1f2a0ffa81e2b921c8531e9564e221;hb=481c3802ecbdb0ae3cf75e028c7236f6b9b12671;hp=2e9087b4929ecc88bbd0374b10aacdf83f10d989;hpb=e15cda28d1942a216eb168dca7ee00a8d8d9d23a;p=e-mobility-charging-stations-simulator.git diff --git a/sonar-project.properties b/sonar-project.properties index 2e9087b4..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.63 +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