mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
Add script to collect JaCoCo reports and update CircleCI config to use it
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user