From e94f3f8ed72665c846c9801d92ba3472ec2d5f17 Mon Sep 17 00:00:00 2001 From: jamshale <31809382+jamshale@users.noreply.github.com> Date: Wed, 11 Dec 2024 09:25:58 -0800 Subject: [PATCH] Remove sonar cov report move step (#3398) Signed-off-by: jamshale --- .github/workflows/sonar-pr.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/sonar-pr.yml b/.github/workflows/sonar-pr.yml index 5f763e8cc4..05146e4818 100644 --- a/.github/workflows/sonar-pr.yml +++ b/.github/workflows/sonar-pr.yml @@ -51,12 +51,6 @@ jobs: echo base branch = ${{ fromJson(steps.get_pr_data.outputs.data).base.ref }} git checkout -B temp-branch-for-scanning upstream/${{ fromJson(steps.get_pr_data.outputs.data).head.ref }} - - name: Move Coverage Report And Adjust Source - run: | - mkdir test-reports - mv coverage.xml test-reports - # Need to change source in coverage report because it was generated from another context - sed -i 's/\/home\/runner\/work\/acapy\/acapy\//\/github\/workspace\//g' test-reports/coverage.xml - name: SonarCloud Scan uses: SonarSource/sonarqube-scan-action@master env: