generated from svierk/sfdx-project-starter-kit
-
-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathsonar-project.properties
More file actions
19 lines (15 loc) · 828 Bytes
/
sonar-project.properties
File metadata and controls
19 lines (15 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
sonar.projectKey=svierk_awesome-lwc-collection
sonar.organization=svierk
# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=awesome-lwc-collection
#sonar.projectVersion=1.0
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
#sonar.sources=.
# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8
sonar.exclusions=docs/**,force-app/main/default/staticresources/**
sonar.test.inclusions=**/*test.js,**/classes/*Test.cls,**/classes/Test*.cls
sonar.coverage.exclusions=eslint.config.js,jest-setup.js,jest.config.js,**/test/**/*.js,**/docs/**/*.js
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
sonar.eslint.reportPaths=./eslint-report.json
sonar.apex.coverage.reportPath=./tests/apex/test-result-codecoverage.json