https://github.com/ctron/jacoco-extras
https://github.com/ctron/jacoco-extras
codecoverage jacoco maven
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ctron/jacoco-extras
- Owner: ctron
- License: epl-1.0
- Created: 2017-06-14T13:40:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T08:50:28.000Z (over 5 years ago)
- Last Synced: 2025-01-04T23:25:42.932Z (about 1 year ago)
- Topics: codecoverage, jacoco, maven
- Language: Java
- Homepage: https://ctron.github.io/jacoco-extras/
- Size: 737 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: license.html
Awesome Lists containing this project
README
# Jacoco extras plugin [](https://travis-ci.org/ctron/jacoco-extras) 
This is a Maven Plugin which allows to convert jacoco execution data
into a simple XML report. This is required for services like https://codecov.io which
work on XML data instead of Jacoco's binary execution data.
However Jacoco generates reports only for classes which are actually in the project
or requires you to set up a full aggregated report project, which requires dependencies
to all modules.
This plugin converts the execution data for a module including all dependencies of the
module automatically.
## Usage
Simply add the follow to your Maven project:
```xml
de.dentrassi.maven
jacoco-extras
xml
```
For more information about how to use this plugin see
[the documentation](https://ctron.github.io/jacoco-extras).
## License
This plugin is open source and licensed under the EPL. See also [license.html](license.html).