Adjust sonar exclusion list (#1833)
This commit is contained in:
parent
ebcf778e11
commit
ee09fc73b6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ sonar.projectKey=com.provectus:kafka-ui_frontend
|
|||
sonar.organization=provectus
|
||||
|
||||
sonar.sources=.
|
||||
sonar.exclusions=**/__tests__/**,**/__test__/**,src/setupWorker.ts,src/setupTests.ts,src/setupProxy.js,**/fixtures.ts,src/lib/testHelpers.tsx
|
||||
sonar.exclusions=**/__tests__/**,**/__test__/**,src/serviceWorker.ts,src/setupTests.ts,src/setupProxy.js,**/fixtures.ts,src/lib/testHelpers.tsx
|
||||
|
||||
sonar.typescript.lcov.reportPaths=./coverage/lcov.info
|
||||
sonar.testExecutionReportPaths=./test-report.xml
|
||||
|
|
Loading…
Add table
Reference in a new issue