Skip to content

Commit

Permalink
[AAE-28943] use mvn sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
mavotto committed Dec 2, 2024
1 parent 8f625a7 commit c9ed238
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/actions/process-coverage-report/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,18 @@ outputs:
runs:
using: composite
steps:
- name: SonarCloud Scan
uses: sonarsource/[email protected]
env:
SONAR_TOKEN: ${{ inputs.sonar_token }}
with:
args: >
-Dsonar.coverage.jacoco.xmlReportPaths=${{ inputs.paths }}
- name: Load JaCoCo report on SonarCloud
shell: bash
run: |
mvn sonar:sonar -Dsonar.token=${{ inputs.sonar_token }} -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=alfresco -Dsonar.projectKey=Alfresco_hxp-studio-services
# - name: SonarCloud Scan
# uses: sonarsource/[email protected]
# env:
# SONAR_TOKEN: ${{ inputs.sonar_token }}
# with:
# args: >
# -Dsonar.coverage.jacoco.xmlReportPaths=${{ inputs.paths }}
# - uses: madrapps/jacoco-report@7c362aca34caf958e7b1c03464bd8781db9f8da7 # v1.7.1
# id: jacoco-aggregate
# with:
Expand Down

0 comments on commit c9ed238

Please sign in to comment.