forked from guillemcanal/docker-hostmanager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsonar-project.properties
More file actions
24 lines (19 loc) · 889 Bytes
/
sonar-project.properties
File metadata and controls
24 lines (19 loc) · 889 Bytes
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=docker-hostmanager
sonar.projectName=Docker HostManager
sonar.projectVersion=0.0.1
# =====================================================
# Meta-data for the project
# =====================================================
sonar.links.homepage=https://github.com/guillemcanal/docker-hostmanager
sonar.links.ci=https://travis-ci.org/guillemcanal/docker-hostmanager
sonar.links.scm=https://github.com/guillemcanal/docker-hostmanager
sonar.links.issue=https://github.com/guillemcanal/docker-hostmanager/issues
# =====================================================
# Properties that will be shared amongst all modules
# =====================================================
# SQ standard properties
sonar.sourceEncoding=UTF-8
sonar.sources=src
sonar.tests=tests
sonar.php.coverage.reportPaths=build/phpunit.coverage.xml
sonar.php.tests.reportPath=build/phpunit.xml