
* Ejected CRA * Cleanup * jest * Cleanup * refactor cluster widgets * configure build * configure build * configure coverage * Experiment with lazy * add ace to vendor * Cleanup
10 lines
411 B
INI
10 lines
411 B
INI
sonar.projectKey=com.provectus:kafka-ui_frontend
|
|
sonar.organization=provectus
|
|
|
|
sonar.sources=.
|
|
sonar.exclusions=**/__tests__/**,**/__test__/**,src/serviceWorker.ts,src/setupTests.ts,src/setupProxy.js,**/fixtures.ts,src/lib/testHelpers.tsx,src/index.tsx,vite.config.ts,config/**
|
|
|
|
sonar.typescript.lcov.reportPaths=./coverage/lcov.info
|
|
sonar.testExecutionReportPaths=./test-report.xml
|
|
|
|
sonar.sourceEncoding=UTF-8
|