X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=sonar-project.properties;h=32fa1cea42df02d43a243401edd1348a48260f69;hb=956c1ea3bbb788cb09579e72e120db20a2fbbfec;hp=cd19ee931e5e249a5a7b8f434292b2c7dd7f9b06;hpb=6b7c91b2e30d2d3dd778bec280a6610483bd8b44;p=e-mobility-charging-stations-simulator.git diff --git a/sonar-project.properties b/sonar-project.properties index cd19ee93..32fa1cea 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.73 +sonar.projectVersion=1.2.0-3 # 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