https://github.com/benslabbert/jacoco-coverage
Aggregate Jacoco coverage reports from unit and integration tests
https://github.com/benslabbert/jacoco-coverage
Last synced: 8 months ago
JSON representation
Aggregate Jacoco coverage reports from unit and integration tests
- Host: GitHub
- URL: https://github.com/benslabbert/jacoco-coverage
- Owner: BenSlabbert
- Created: 2019-04-25T15:12:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T15:17:24.000Z (about 7 years ago)
- Last Synced: 2025-02-12T15:48:09.304Z (over 1 year ago)
- Language: Java
- Size: 50.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aggregate Jacoco Coverage reports for Unit and Integration tests
Big thanks to: https://stackoverflow.com/a/41625080/4841710 (Chad Van De Hey)
## What is in this project
An example of how to (possibly) aggregate Jacoco coverage reports from Unit tests and Integration tests (run in test containers)
and push the result to SoarQube.
To run all tests:
`mvn clean verify`
To push to SonarQube:
`mvn sonar:sonar`