Skip to content

Commit

Permalink
download all separate coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
stschott committed Feb 3, 2025
1 parent 034f884 commit a0dfcd6
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,20 @@ jobs:
**/target/
key: cache-compilation-${{ github.sha }}

- name: Download uploaded exec artifacts
uses: actions/download-artifact@v3
- name: Download uploaded exec artifacts for JDK8
uses: actions/download-artifact@v4
with:
name: coverage-exec
name: coverage-exec-jdk8

- name: Download uploaded exec artifacts for JDK9
uses: actions/download-artifact@v4
with:
name: coverage-exec-jdk9

- name: Download uploaded exec artifacts for integration tests
uses: actions/download-artifact@v4
with:
name: coverage-exec-integration

- name: merge coverage reports
run: mvn -ntp jacoco:merge@merge-results -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
Expand Down

0 comments on commit a0dfcd6

Please sign in to comment.