mirror of
https://github.com/owncloud/ocis.git
synced 2025-04-18 23:44:07 +03:00
fix report path in sonar properties
This commit is contained in:
parent
7725b6a764
commit
cc9501eea1
@ -27,7 +27,7 @@ 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=results/coverage-*.out
|
||||
sonar.go.coverage.reportPaths=results/cache/acceptance/coverage/coverage-*.out
|
||||
|
||||
# Exclude files
|
||||
sonar.exclusions=**/third_party,docs/**,changelog/**,**/package.json,**/rollup.config.js,CHANGELOG.md,deployments/**,tests/**,vendor/**,vendor-bin/**,README.md,**/mocks/**,/protogen/**,**/*_gen.go
|
||||
|
Loading…
x
Reference in New Issue
Block a user