Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gcuisinier/jacocolombok
https://github.com/gcuisinier/jacocolombok
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gcuisinier/jacocolombok
- Owner: gcuisinier
- Created: 2019-02-09T15:50:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-09T16:11:49.000Z (almost 6 years ago)
- Last Synced: 2024-10-15T07:56:51.678Z (3 months ago)
- Language: Batchfile
- Size: 99.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the source code for the blog post on http://www.rainerhahnekamp.com/ignoring-lombok-code-in-jacoco/
It shows how to ignore code generated by Lombok in Jacoco >= 0.8.0.
Run the test and create the coverage report:
* For maven execute `./mvnw test`. The jacoco report can be found in `./target/site/jacooco/index.html`.
* For gradle run `./gradlew test jacocoTestReport`. The jacoco report can be cound in `./build/reports/jacoco/test/html/index.html`.