-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsonar-project.properties
More file actions
24 lines (17 loc) · 1.26 KB
/
sonar-project.properties
File metadata and controls
24 lines (17 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
sonar.projectKey=in2workspace_in2-wallet-ui
sonar.organization=in2workspace
# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=in2-wallet-ui
# can be replaced with your desired value
sonar.projectVersion=1.0
# Replace path according to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=src
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
# Files to be Excluded - you may change the folders and files
# todo Review the list of files and folders to be excluded and perform the test if needed
sonar.exclusions=src/environments/**, node_modules/**, .next/**, .swc/**, coverage/**, public/**, build/**, **/__tests__/**, src/**/*.test.tsx, src/**/*.test.ts, src/**/*.spec.tsx, src/**/*.spec.tsx, src/**/*.spec.ts, src/**/*.*.spec.ts, jest.config.js, src/app/app.routes.ts, src/app/pages/callback/callback.routes.ts, src/app/pages/tabs/tabs.routes.ts, src/assets/env.js, src/assets/env.template.js, src/app/pages/credentials/credentials.page.ts, src/app/interfaces/**/*.ts, src/app/pages/vc-selector/vc-selector.page.ts, src/app/core/constants, src/app/main.ts
# host url
sonar.host.url=https://sonarcloud.io
# report path
sonar.javascript.lcov.reportPaths=./coverage/app/lcov.info