I am using JaCoCo and it is considering methods generated by Lombok (generated in the bytecode, not trace of them in the source code). How can I configure JaCoCo to ignore them?
Use the excludes tag provide by jacoco.
jacoco-maven-plugin 0.7.4.201502262128 **/config/** **/model/** **/item/**