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 675e7be commit 0575049
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/sonar-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,12 @@ jobs:
- name: Move Coverage Report And Adjust Source
run: |
echo ********************************************************************
ls
ls /
mkdir test-reports
ls
cat coverage.xml
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
ls
cd test-reports
ls
- name: SonarCloud Scan
uses: SonarSource/sonarqube-scan-action@master
env:
Expand Down

0 comments on commit 0575049

Please sign in to comment.