Switch coverage over to SonarQube (#8463)

This commit is contained in:
Michael Telatynski 2022-05-02 21:34:31 +01:00 committed by GitHub
parent 3e31fdb6a7
commit 7477a2df7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 82 additions and 40 deletions

View file

@ -14,3 +14,9 @@ sonar.organization=matrix-org
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
sonar.genericcoverage.unitTestReportPaths=coverage/test-report.xml