mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 16:55:34 +03:00
Exclude devtools view from coverage checks (#10049)
This commit is contained in:
parent
1ad16fbeae
commit
509459f1d7
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ sonar.exclusions=__mocks__,docs
|
|||
|
||||
sonar.typescript.tsconfigPath=./tsconfig.json
|
||||
sonar.javascript.lcov.reportPaths=coverage/lcov.info
|
||||
sonar.coverage.exclusions=test/**/*,cypress/**/*
|
||||
sonar.coverage.exclusions=test/**/*,cypress/**/*,src/components/views/dialogs/devtools/**/*
|
||||
sonar.testExecutionReportPaths=coverage/jest-sonar-report.xml
|
||||
|
|
Loading…
Reference in a new issue