Skip to content

Commit

Permalink
Exclude modernizr from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed Jul 17, 2024
1 parent 73a8aad commit 4728503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4728503

Please sign in to comment.