-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsonar-project.properties
32 lines (26 loc) · 1.26 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
31
32
# Organization and project keys are displayed in the right sidebar of the project homepage
sonar.organization=owncloud-1
sonar.projectKey=owncloud_ocis-php-sdk
sonar.projectVersion=0.0.1
sonar.host.url=https://sonarcloud.io
# =====================================================
# Meta-data for the project
# =====================================================
sonar.links.homepage=https://github.com/owncloud/ocis-php-sdk
sonar.links.ci=https://drone.owncloud.com/owncloud/ocis-php-sdk/
sonar.links.scm=https://github.com/owncloud/ocis-php-sdk
sonar.links.issue=https://github.com/owncloud/ocis-php-sdk/issues
# =====================================================
# Properties that will be shared amongst all modules
# =====================================================
# Just look in these directories for code
sonar.sources=.
sonar.inclusions=src/**
# Pull Requests
sonar.pullrequest.provider=GitHub
sonar.pullrequest.github.repository=owncloud/ocis-php-sdk
sonar.pullrequest.base=${env.SONAR_PULL_REQUEST_BASE}
sonar.pullrequest.branch=${env.SONAR_PULL_REQUEST_BRANCH}
sonar.pullrequest.key=${env.SONAR_PULL_REQUEST_KEY}
# Properties specific to language plugins:
sonar.php.coverage.reportPaths=results/clover-php-unit-8.1.xml,results/clover-php-integration-8.1.xml