Skip to content

Commit

Permalink
Merge branch 'main' into anoncreds-issuance
Browse files Browse the repository at this point in the history
  • Loading branch information
jamshale authored Dec 11, 2024
2 parents 1afdd62 + e94f3f8 commit 45e9783
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/sonar-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ jobs:
echo base branch = ${{ fromJson(steps.get_pr_data.outputs.data).base.ref }}
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: |
mkdir test-reports
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
- name: SonarCloud Scan
uses: SonarSource/sonarqube-scan-action@master
env:
Expand Down

0 comments on commit 45e9783

Please sign in to comment.