Update sonar-project.properties (#1541)
This commit is contained in:
parent
ced74ac550
commit
dd0f7038e3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ sonar.projectKey=provectus_kafka-ui_frontend
|
|||
sonar.organization=provectus
|
||||
|
||||
sonar.sources=.
|
||||
sonar.exclusions=**/__test?__/**,src/setupWorker.ts,src/setupTests.ts,**/fixtures.ts,src/lib/testHelpers.tsx
|
||||
sonar.exclusions=**/__test?__/**,src/setupWorker.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