-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathsonar-project.properties
More file actions
15 lines (12 loc) · 942 Bytes
/
sonar-project.properties
File metadata and controls
15 lines (12 loc) · 942 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
sonar.projectKey=crowdsource-dataplatform
sonar.projectVersion=1.0
sonar.host.url=https://sonarcloud.io
sonar.organization=vakyansh
# Path is relative to the sonar-project.properties file. Defaults to .
sonar.sources=crowdsource-api/src,crowdsource-fe/src,
sonar.tests=crowdsource-api/tests,crowdsource-fe/src
sonar.test.inclusions=crowdsource-api/tests/*.test.js,crowdsource-fe/src/**/*.test.tsx,crowdsource-fe/src/**/*.test.ts
sonar.coverage.exclusions=crowdsource-api/src/app.js,crowdsource-api/src/server.js,crowdsource-api/src/middleware/cacheMiddleware.js,crowdsource-fe/src/**/*.test.tsx,crowdsource-fe/src/utils/testUtils.tsx,crowdsource-fe/src/pages/_document.page.tsx,crowdsource-fe/src/__fixtures__/mockComponentsWithSideEffects.ts
sonar.javascript.lcov.reportPaths=crowdsource-api/coverage/lcov.info,crowdsource-fe/coverage/lcov.info,
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8