From 08c3024e936e949323f3d6c23f69e155273c1559 Mon Sep 17 00:00:00 2001 From: jamshale Date: Thu, 23 May 2024 20:26:40 +0000 Subject: [PATCH] WIP Signed-off-by: jamshale --- .github/workflows/sonar.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 46d10c3e12..0d9ebc6970 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -69,4 +69,5 @@ jobs: -Dsonar.pullrequest.key=${{ fromJson(steps.get_pr_data.outputs.data).number }} -Dsonar.pullrequest.branch=${{ fromJson(steps.get_pr_data.outputs.data).head.ref }} -Dsonar.pullrequest.base=${{ fromJson(steps.get_pr_data.outputs.data).base.ref }} - -Dsonar.python.coverage.reportPaths=test-reports/coverage.xml \ No newline at end of file + -Dsonar.python.coverage.reportPaths=test-reports/coverage.xml + -Dsonar.sorces=/home/runner/work/aries-cloudagent-python \ No newline at end of file