mirror of
https://github.com/owncloud/ocis.git
synced 2025-04-18 23:44:07 +03:00
Merge pull request #11229 from owncloud/fix-path-in-sonar-property-path
[full-ci]fix report path in sonar properties
This commit is contained in:
commit
978f173fd5
@ -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