forked from francesco-velluto/se2023-15-thesis-management
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sonar-project.properties
24 lines (16 loc) · 1.01 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
sonar.projectKey=francesco-velluto_se2023-15-thesis-management
sonar.organization=francesco-velluto
sonar.javascript.lcov.reportPaths=./backend/coverage/lcov.info
# exclude database folder from the analysis
sonar.exclusions=database/**, backend/utils/**, backend/model/Career.js, backend/controllers/virtuaclock.js, backend/service/virtualclock.service.js, backend/crono/**
# exclude folders not tests from code coverage reports
sonar.coverage.exclusions=frontend/**, database/**, retrospective/**, backend/tests/**, backend/index.js, backend/utils/**, backend/crono/**
# exclude tests folder from duplication analysis
sonar.cpd.exclusions=backend/tests/**, backend/utils/**, backend/crono/**
# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=se2023-15-thesis-management
#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