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 9, 2024
1 parent 00fb986 commit bfb8b5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sonar-merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
if: github.repository == 'openwallet-foundation/acapy'
if: github.repository == 'jamshale/acapy'
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -22,6 +22,8 @@ jobs:
- name: Adjust Test Coverage Source
run: |
# Need to change source in coverage report because it was generated from another context
echo 00000000000000000000000000000000000000000000000000
echo $(ls)
sed -i 's/\/home\/runner\/work\/acapy\/acapy\//\/github\/workspace\//g' test-reports/coverage.xml
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
Expand Down

0 comments on commit bfb8b5a

Please sign in to comment.