ci: refine release-please 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
60b14fe6
JB
6# x-release-please-start-version
7sonar.projectVersion=0.3.0
8# x-release-please-end
c7382e08
JB
9
10# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
11sonar.sources=src
12sonar.tests=tests
13
4497266f 14sonar.javascript.lcov.reportPaths=coverage/lcov.info
c7382e08
JB
15
16# Encoding of the source code. Default is default system encoding
17#sonar.sourceEncoding=UTF-8