Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <[email protected]>
  • Loading branch information
jamshale committed Dec 11, 2024
1 parent a1ebf3d commit 675e7be
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/sonar-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,16 @@ jobs:
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: |
echo ********************************************************************
ls
mkdir test-reports
ls
mv coverage.xml test-reports
# Need to change source in coverage report because it was generated from another context
echo ********************************************************************
echo ${ls}
sed -i 's/\/home\/runner\/work\/acapy\/acapy\//\/github\/workspace\//g' test-reports/coverage.xml
echo ${ls}
echo ${cd test-reports}
echo ${ls}
ls
cd test-reports
ls
- name: SonarCloud Scan
uses: SonarSource/sonarqube-scan-action@master
env:
Expand Down

0 comments on commit 675e7be

Please sign in to comment.