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 9cce13f commit 7c5fe59
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/sonar-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,12 @@ 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 ********************************************************************
echo 0000000000000000000000000000000000000000000
ls /
echo ********************************************************************
echo 0000000000000000000000000000000000000000000
ls /home/
echo 0000000000000000000000000000000000000000000
ls /home/runner/
mkdir test-reports
cat coverage.xml
mv coverage.xml test-reports
Expand Down

0 comments on commit 7c5fe59

Please sign in to comment.