aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-project.properties
blob: df9a2ac59238aca3bced8cc7e1b9be44a8ac84c8 (plain)
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
31
32
33
# TODO check
sonar.projectKey=tnap.SONAR.portal.portal-ui
sonar.projectName=portal-ui
sonar.projectDescription="UI Part of Team Tesla's Portal"


# Scan settings.
sonar.projectBaseDir=.
sonar.java.binaries=.

#Comma-separated paths to directories containing the compiled bytecode files corresponding to your test files
#sonar.java.libraries=

#Comma-separated paths to files with third-party libraries (JAR or Zip files) used by your project. Wildcards can be used:
sonar.sources=./src

# Define the directories that should be scanned. Comma separated.
#sonar.sourceEncoding=UTF-8

#sonar.exclusions=,**/coverage/**
sonar.exclusions=**/node_modules/**, **/*.css

sonar.dependencyCheck.skip=true

# Fail CI pipeline if Sonar fails.
sonar.qualitygate.wait=true

# Comma-delimited list of test file path patterns to be included in analysis. When set, only test files matching
# the paths set here will be included in analysis.
sonar.test.inclusions=**/*.spec.ts

# Comma-delimited list of paths to LCOV coverage report files. Paths may be absolute or relative to project root.
sonar.typescript.lcov.reportPaths=coverage/lcov.info