Skip to content

Commit

Permalink
WIP
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 4d54ea1 commit 97177f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
echo -------
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
Expand All @@ -69,4 +68,5 @@ jobs:
-Dsonar.scm.revision=${{ github.event.workflow_run.head_sha }}
-Dsonar.pullrequest.key=${{ fromJson(steps.get_pr_data.outputs.data).number }}
-Dsonar.pullrequest.branch=${{ fromJson(steps.get_pr_data.outputs.data).head.ref }}
-Dsonar.pullrequest.base=${{ fromJson(steps.get_pr_data.outputs.data).base.ref }}
-Dsonar.pullrequest.base=${{ fromJson(steps.get_pr_data.outputs.data).base.ref }}
-Dsonar.python.coverage.reportPaths=./test-reports/coverage.xml
4 changes: 1 addition & 3 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ sonar.projectKey=jamshale_aries-cloudagent-python
sonar.organization=jamshale
sonar.sources=.

sonar.projectName=aries-cloudagent-python

sonar.python.coverage.reportPaths=./test-reports/coverage.xml
sonar.projectName=aries-cloudagent-python

0 comments on commit 97177f0

Please sign in to comment.