fix: fix sonar configuration
[e-mobility-charging-stations-simulator.git] / sonar-project.properties
CommitLineData
f4f78979
JB
1sonar.projectKey=SAP_e-mobility-charging-stations-simulator
2sonar.organization=sap-1
613dc1b7
JB
3
4# This is the name and version displayed in the SonarCloud UI.
7f774a55 5sonar.projectName=e-mobility-charging-stations-simulator
aa49f5ec 6sonar.projectVersion=1.2.11
613dc1b7
JB
7
8# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
0cb6853e 9sonar.sources=src
ebbfbf1c 10sonar.tests=test
613dc1b7 11
39e1335b
JB
12sonar.javascript.lcov.reportPaths=coverage/lcov.info
13
0f454015
JB
14sonar.typescript.tsconfigPath=tsconfig-base.json
15
613dc1b7
JB
16# Encoding of the source code. Default is default system encoding
17#sonar.sourceEncoding=UTF-8