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 sonar.typescript.tsconfigPath=./tsconfig.json sonar.javascript.lcov.reportPaths=coverage/lcov.info sonar.coverage.exclusions=spec/*.ts sonar.testExecutionReportPaths=coverage/test-report.xml