mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-31 01:10:20 -06:00
37 lines
1.3 KiB
Properties
37 lines
1.3 KiB
Properties
|
|
sonar.projectKey=owncloud_ocis
|
|
sonar.organization=owncloud-1
|
|
sonar.projectName=ocis
|
|
sonar.projectVersion=1.0
|
|
sonar.host.url=https://sonarcloud.io
|
|
|
|
# =====================================================
|
|
# Meta-data for the project
|
|
# =====================================================
|
|
|
|
sonar.links.homepage=https://github.com/owncloud/ocis
|
|
sonar.links.ci=https://drone.owncloud.com/owncloud/ocis/
|
|
sonar.links.scm=https://github.com/owncloud/ocis
|
|
sonar.links.issue=https://github.com/owncloud/ocis/issues
|
|
|
|
# =====================================================
|
|
# Properties that will be shared amongst all modules
|
|
# =====================================================
|
|
|
|
# SQ standard properties
|
|
sonar.sources=.
|
|
|
|
# Pull Requests
|
|
sonar.pullrequest.provider=GitHub
|
|
sonar.pullrequest.github.repository=owncloud/ocis
|
|
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.go.coverage.reportPaths=coverage/*_coverage.out
|
|
|
|
# Exclude files
|
|
sonar.exclusions=changelog/**,*/pkg/assets/embed.go,konnectd/assets/identifier/**,**/package.json,**/rollup.config.js,CHANGELOG.md
|
|
sonar.coverage.exclusions=docs/**,**/third_party,**/pkg/proto/**
|