Exclude modernizr from coverage

pull/27767/head
David Baker 2024-07-17 16:51:40 +02:00
parent 73a8aad088
commit 4728503f66
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ sonar.exclusions=__mocks__,docs,element.io,nginx
sonar.typescript.tsconfigPath=./tsconfig.json
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