Switch coverage over to SonarQube (#8463)
This commit is contained in:
parent
3e31fdb6a7
commit
7477a2df7d
7 changed files with 82 additions and 40 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue