X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=sonar-project.properties;h=6570f0f0819f5f7e2890e207113863d573689e9f;hb=041365be4e6cfcec381c895a203815dd933afff5;hp=cd19ee931e5e249a5a7b8f434292b2c7dd7f9b06;hpb=6b7c91b2e30d2d3dd778bec280a6610483bd8b44;p=e-mobility-charging-stations-simulator.git diff --git a/sonar-project.properties b/sonar-project.properties index cd19ee93..6570f0f0 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,14 +1,15 @@ -sonar.projectKey=SAP_e-mobility-charging-stations-simulator +sonar.projectKey=e-mobility-charging-stations-simulator 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.28 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. -#sonar.sources=. +sonar.sources=src +sonar.tests=tests -sonar.javascript.lcov.reportPaths=coverage/lcov.info +sonar.javascript.lcov.reportPaths=./coverage/lcov.info # Encoding of the source code. Default is default system encoding #sonar.sourceEncoding=UTF-8