build: refine sonarcloud configuration
[e-mobility-charging-stations-simulator.git] / ui / web / sonar-project.properties
CommitLineData
2de63014 1sonar.projectKey=e-mobility-charging-stations-simulator-webui
c7382e08
JB
2sonar.organization=sap-1
3
4# This is the name and version displayed in the SonarCloud UI.
2de63014 5sonar.projectName=e-mobility-charging-stations-simulator-webui
c7382e08
JB
6sonar.projectVersion=0.1.1
7
8# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
9sonar.sources=src
10sonar.tests=tests
11
0db4b01a 12sonar.javascript.lcov.reportPaths=./coverage/lcov.info
c7382e08
JB
13
14# Encoding of the source code. Default is default system encoding
15#sonar.sourceEncoding=UTF-8