Add script to collect JaCoCo reports and update CircleCI config to use it

This commit is contained in:
2025-07-03 15:41:09 -05:00
parent 0aaf184962
commit 8531feef70
2 changed files with 32 additions and 2 deletions

View File

@ -36,9 +36,13 @@ commands:
name: Run Maven Verify
command: |
mvn -s .circleci/mvn-settings.xml -T4 --no-transfer-progress verify
- run:
name: Collect JaCoCo reports
command: .circleci/collect-jacoco-reports.sh
when: always
- store_artifacts:
name: Store Jacoco reports
path: "*/target/site/jacoco/"
path: /home/circleci/jacoco-reports
destination: jacoco-reports
when: always
- run:
name: Concatenate test output files