-
Notifications
You must be signed in to change notification settings - Fork 0
/
sonar-project.properties
30 lines (24 loc) · 1 KB
/
sonar-project.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
sonar.sourceEncoding=UTF-8
#Only Use in Localhost
# Host SonarQube
# sonar.host.url=http://localhost:9000/
# Credentials
# sonar.login=admin
# sonar.password=Admin1
# Source
sonar.sources=src/app
# Organization
sonar.organization=skyzerozx
# ProjectKey
sonar.projectKey=SkyZeroZx_Sky-Bot-App
# Project Version
sonar.projectVersion=1.0
# Test of the project
sonar.tests =src/app
sonar.test.inclusions=**/*.spec.ts
# UnitTest with Jasmine and Karma Runner Test Report Coverage
sonar.testExecutionReportPaths=coverage-unit-test/report/sonar_report.xml
# Coverage of the UnitTest
sonar.javascript.lcov.reportPaths=coverage-unit-test/Sky_Bot/lcov.info
# Exclusion of the project
sonar.exclusions= **/**.html,**/**.scss,**/**.js,**/node_modules/**,**/**.css,**/**.module.ts,**/**.routing.ts,**/**.mock.spec.ts,**/core/helper/**,**/core/guards/**,**/core/pipes/**,**/core/routes/**,**/core/animations/** , **/core/services/report/**, **/core/services/interceptor/**,**/core/config/**,**/core/directives/**, **/core/helper/**