Skip to content

Commit

Permalink
update project
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <[email protected]>
  • Loading branch information
jamshale committed May 23, 2024
1 parent bdd1d81 commit 4455e38
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,19 @@ jobs:
git checkout -B ${{ fromJson(steps.get_pr_data.outputs.data).head.ref }} upstream/${{ fromJson(steps.get_pr_data.outputs.data).head.ref }}
echo $(ls .)
cat coverage.xml
- name: Move Coverage Report
run: |
mkdir test-reports
mv coverage.xml test-reports
echo $(ls .)
echo $(ls test-reports)
# - name: Move Coverage Report
# run: |
# mkdir test-reports
# mv coverage.xml test-reports
# echo $(ls .)
# echo $(ls test-reports)
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
projectBaseDir: aries_cloudagent
args: >
-Dsonar.scm.revision=${{ github.event.workflow_run.head_sha }}
-Dsonar.pullrequest.key=${{ fromJson(steps.get_pr_data.outputs.data).number }}
Expand Down

0 comments on commit 4455e38

Please sign in to comment.