1
0
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:
Niraj Acharya 2025-04-11 12:37:13 +05:45
parent 7725b6a764
commit cc9501eea1

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