Skip to content

Commit

Permalink
Revert "[AAE-28943] move uploading coverage inside the build"
Browse files Browse the repository at this point in the history
This reverts commit 0c5de41
  • Loading branch information
mavotto committed Dec 19, 2024
1 parent 1fef409 commit 15ea2eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/actions/maven-build-and-tag/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,12 +248,6 @@ runs:
MAVEN_USERNAME: ${{ inputs.maven-username }}
MAVEN_PASSWORD: ${{ inputs.maven-password }}

- name: Load JaCoCo report on SonarCloud
shell: bash
run: |
mvn sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=alfresco -Dsonar.projectKey=Alfresco_hxp-studio-services
- name: Remove running docker containers
if: inputs.reuse-testcontainers == 'true'
shell: bash
Expand Down
3 changes: 3 additions & 0 deletions .github/actions/process-coverage-report/action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: 'Process Coverage Report'
description: 'Process the generated coverage for further reporting, uses JaCoCo-report plugin'
inputs:
sonar_token:
description: 'SonarCloud token to upload the coverage report'
required: true
paths:
description: 'Comma separated paths of the generated JaCoCo xml files (supports wildcard glob pattern)'
required: true
Expand Down

0 comments on commit 15ea2eb

Please sign in to comment.