Jacoco report aggregation for code coverage - PrismoSkills
Jacoco is a an awesome tool for getting the code coverage stats of your project.Using jacoco's maven plugin, we can generate the code coverage report in just a few lines of pom.xml code.
In this section, we cover how to use the report-aggregate goal to generate coverage reports when the tests are in a separate submodule and the code they test is in some other sibling submodules. Consider the following project structure:
Read full article from Jacoco report aggregation for code coverage - PrismoSkills
No comments:
Post a Comment