diff --git a/.github/workflows/sonar-pr.yml b/.github/workflows/sonar-pr.yml index 5f763e8cc4..ada7025cd7 100644 --- a/.github/workflows/sonar-pr.yml +++ b/.github/workflows/sonar-pr.yml @@ -9,7 +9,7 @@ on: jobs: SonarCloud: runs-on: ubuntu-latest - if: github.event.workflow_run.conclusion == 'success' && github.repository == 'openwallet-foundation/acapy' + if: github.event.workflow_run.conclusion == 'success' && github.repository == 'jamshale/acapy' steps: - uses: actions/checkout@v4 with: @@ -56,7 +56,12 @@ jobs: mkdir test-reports mv coverage.xml test-reports # Need to change source in coverage report because it was generated from another context + echo ******************************************************************** + echo ${ls} sed -i 's/\/home\/runner\/work\/acapy\/acapy\//\/github\/workspace\//g' test-reports/coverage.xml + echo ${ls} + echo ${cd test-reports} + echo ${ls} - name: SonarCloud Scan uses: SonarSource/sonarqube-scan-action@master env: diff --git a/sonar-project.properties b/sonar-project.properties index 92843219a7..61e82ad5e3 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,5 +1,5 @@ -sonar.projectKey=openwallet-foundation_acapy -sonar.organization=openwallet-foundation +sonar.projectKey=jamshale_acapy +sonar.organization=jamshale sonar.projectName=acapy sonar.python.version=3.12 \ No newline at end of file