X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsonar-project.properties;h=77ba547c10079e20c78068544f32c26cf6e3346a;hb=923ac728c8636e5d8e7cc387ade07990385c6fdd;hp=e00de436e98f057b9588708580a4e0bd4dbb9b54;hpb=0db4b01a2be91193939ae044f5cda18f5b572dcd;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/sonar-project.properties b/ui/web/sonar-project.properties index e00de436..77ba547c 100644 --- a/ui/web/sonar-project.properties +++ b/ui/web/sonar-project.properties @@ -3,13 +3,13 @@ sonar.organization=sap-1 # This is the name and version displayed in the SonarCloud UI. sonar.projectName=e-mobility-charging-stations-simulator-webui -sonar.projectVersion=0.1.1 +sonar.projectVersion=0.3.0 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. 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