-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathsonar-project.properties
More file actions
23 lines (19 loc) · 965 Bytes
/
sonar-project.properties
File metadata and controls
23 lines (19 loc) · 965 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# must be unique in a given SonarQube instance
sonar.projectKey=monicahq_laravel-sabre
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
sonar.projectName=laravel-sabre
sonar.organization=monicahq
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# This property is optional if sonar.modules is set.
sonar.sources=src
#sonar.exclusions=bootstrap/cache/*,public/css/*,public/js/*,public/storage/*
sonar.tests=tests
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
# Links for sonarcloud.io page
sonar.links.homepage=https://monicahq.com
sonar.links.ci=https://github.com/monicahq/laravel-sabre/actions
sonar.links.scm=https://github.com/monicahq/laravel-sabre
sonar.links.issue=https://github.com/monicahq/laravel-sabre/issues
sonar.php.tests.reportPath=./results/results.xml
sonar.php.coverage.reportPaths=./results/coverage.xml