From 4dfc3f6472acced481dcda3a5ba09987b9808fca Mon Sep 17 00:00:00 2001 From: jamshale Date: Thu, 23 May 2024 20:12:02 +0000 Subject: [PATCH] update project Signed-off-by: jamshale --- .github/workflows/sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 5169100823..46d10c3e12 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -69,4 +69,4 @@ 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 \ No newline at end of file