diff --git a/sonar-project.properties b/sonar-project.properties index 290cbc9..5ff3028 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -5,3 +5,4 @@ sonar.exclusions=documentation/**, typeDocs/**, **/__snapshots__/**, __mocks__/* sonar.gitlab.max_critical_issues_gate=4 sonar.coverage.exclusions=**/test/**, **/tests/**, typeDocs/**, __mocks__/**, documentation/**, docs/**, **/__snapshots__/**, **/*.stories.mdx, **/*.test.{ts,tsx}, **/*.tests.{ts,tsx}, **/*.style.ts,setup-jest.ts, rollup.config.ts, jest.config.cjs sonar.javascript.lcov.reportPaths=./coverage/lcov.info +sonar.organization=orfium