Skip to content

Commit

Permalink
Merge pull request #171 from jamshale/fix-sonar-pr-cov
Browse files Browse the repository at this point in the history
testing
  • Loading branch information
jamshale authored Dec 11, 2024
2 parents 676769c + 7c5fe59 commit d7cd4d3
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 d7cd4d3

Please sign in to comment.