1
0
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:
Sawjan Gurung 2025-04-11 14:22:00 +05:45 committed by GitHub
commit 978f173fd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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