X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=sonar-project.properties;h=ef757d50690fec457ca9b8e16adf30191c37995a;hb=d181b12b516b58fc80cbd5300570612e6b025024;hp=42943025c8969fe2ef694b67daba4b41ac093065;hpb=6b632bf34df0b4fbc1cb32db8cd1fab58487e9f7;p=e-mobility-charging-stations-simulator.git diff --git a/sonar-project.properties b/sonar-project.properties index 42943025..ef757d50 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,15 +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.95 +sonar.projectVersion=1.2.23 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. sonar.sources=src -sonar.tests=test +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