mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 12:45:11 +08:00
Exclude modernizr from coverage
This commit is contained in:
parent
73a8aad088
commit
4728503f66
@ -10,5 +10,5 @@ sonar.exclusions=__mocks__,docs,element.io,nginx
|
|||||||
|
|
||||||
sonar.typescript.tsconfigPath=./tsconfig.json
|
sonar.typescript.tsconfigPath=./tsconfig.json
|
||||||
sonar.javascript.lcov.reportPaths=coverage/lcov.info
|
sonar.javascript.lcov.reportPaths=coverage/lcov.info
|
||||||
sonar.coverage.exclusions=test/**/*,res/**/*
|
sonar.coverage.exclusions=test/**/*,res/**/*,src/vector/modernizr.js
|
||||||
sonar.testExecutionReportPaths=coverage/jest-sonar-report.xml
|
sonar.testExecutionReportPaths=coverage/jest-sonar-report.xml
|
||||||
|
Loading…
Reference in New Issue
Block a user