2022-04-29 11:38:24 +02:00
|
|
|
sonar.projectKey=matrix-react-sdk
|
|
|
|
sonar.organization=matrix-org
|
|
|
|
|
|
|
|
# This is the name and version displayed in the SonarCloud UI.
|
|
|
|
#sonar.projectName=matrix-react-sdk
|
|
|
|
#sonar.projectVersion=1.0
|
|
|
|
|
|
|
|
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
|
|
|
|
#sonar.sources=.
|
|
|
|
|
|
|
|
# Encoding of the source code. Default is default system encoding
|
|
|
|
#sonar.sourceEncoding=UTF-8
|
|
|
|
|
|
|
|
sonar.sources=src,res
|
|
|
|
sonar.tests=test,cypress
|
|
|
|
sonar.exclusions=__mocks__,docs
|
2022-05-02 22:34:31 +02:00
|
|
|
|
|
|
|
sonar.typescript.tsconfigPath=./tsconfig.json
|
|
|
|
sonar.javascript.lcov.reportPaths=coverage/lcov.info
|
|
|
|
sonar.coverage.exclusions=spec/*.ts
|
|
|
|
sonar.testExecutionReportPaths=coverage/test-report.xml
|