Add consolidated JaCoCo test coverage for the entire project ( i.e. all modules ) without creating a module dedicated to that if possible. Here are a set of links on the subject: - https://www.eclemma.org/jacoco/trunk/doc/maven.html - https://stackoverflow.com/questions/22836455/jacoco-report-generation-using-maven/22846934 - https://stackoverflow.com/questions/18107375/getting-skipping-jacoco-execution-due-to-missing-execution-data-file-upon-exec - https://stackoverflow.com/questions/33078745/jacoco-maven-multi-module-project-coverage - http://www.lorenzobettini.it/2017/02/jacoco-code-coverage-and-report-of-multiple-eclipse-plug-in-projects/#comment-13287 - https://dzone.com/articles/jacoco-maven-multi-module - https://prismoskills.appspot.com/lessons/Maven/Chapter_06_-_Jacoco_report_aggregation.jsp - https://cylab.be/blog/97/compute-code-coverage-for-a-multi-module-maven-project-with-jacoco
Add consolidated JaCoCo test coverage for the entire project ( i.e. all modules ) without creating a module dedicated to that if possible.
Here are a set of links on the subject: