You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
444 B
14 lines
444 B
sonar.projectKey=matrix-react-sdk
|
|
sonar.organization=matrix-org
|
|
|
|
# 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
|
|
|
|
sonar.typescript.tsconfigPath=./tsconfig.json
|
|
sonar.javascript.lcov.reportPaths=coverage/lcov.info
|
|
sonar.coverage.exclusions=test/**/*,cypress/**/*
|
|
sonar.testExecutionReportPaths=coverage/test-report.xml
|
|
|