-
Notifications
You must be signed in to change notification settings - Fork 24
/
sonar-project.properties
33 lines (27 loc) · 1.43 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
33
# Organization and project keys are displayed in the right sidebar of the project homepage
sonar.organization=owncloud-1
sonar.projectKey=owncloud_oauth2
sonar.projectVersion=0.6.1
sonar.host.url=https://sonarcloud.io
# =====================================================
# Meta-data for the project
# =====================================================
sonar.links.homepage=https://github.com/owncloud/oauth2
sonar.links.ci=https://drone.owncloud.com/owncloud/oauth2/
sonar.links.scm=https://github.com/owncloud/oauth2
sonar.links.issue=https://github.com/owncloud/oauth2/issues
# =====================================================
# Properties that will be shared amongst all modules
# =====================================================
# Just look in these directories for code
sonar.sources=.
sonar.inclusions=appinfo/**,lib/**
# Pull Requests
sonar.pullrequest.provider=GitHub
sonar.pullrequest.github.repository=owncloud/oauth2
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-phpunit-php7.3-mariadb10.2.xml,results/clover-phpunit-php7.3-mysql8.0.xml,results/clover-phpunit-php7.3-postgres9.4.xml,results/clover-phpunit-php7.3-oracle.xml,results/clover-phpunit-php7.3-sqlite.xml
sonar.javascript.lcov.reportPaths=results/lcov.info