Skip to content

Commit

Permalink
Try adding dsonar working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpartridge committed Feb 10, 2025
1 parent e47316f commit 604f7ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
args: |
-Dsonar.projectKey=bcda-ssas-api
-Dsonar.sources=.
-Dsonar.working.directory=./sonar_workspace
-Dsonar.go.coverage.reportPaths=./test_results/latest/testcoverage.out
-Dsonar.coverage.exclusions=**/*test.go,**/test/**/*,**/testUtils/*,**/scripts/*,**/ops/*,**/mock*.go,**/mock/**/*
-Dsonar.branch.name=${{ github.event.pull_request.head.ref }}
Expand Down

0 comments on commit 604f7ed

Please # to comment.