mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-22 16:18:14 +08:00
Exclude devtools view from coverage checks (#10049)
This commit is contained in:
parent
1ad16fbeae
commit
509459f1d7
@ -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 New Issue
Block a user