Skip to content

Commit

Permalink
Ignore decoder-ring for Sonar coverage (#22225)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored May 16, 2022
1 parent ca98529 commit 88b5368
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/**/*
sonar.coverage.exclusions=test/**/*,res/**/*
sonar.testExecutionReportPaths=coverage/test-report.xml

0 comments on commit 88b5368

Please sign in to comment.