This project demonstrates how to set up a multi-module Gradle project with JaCoCo test coverage reporting, showcasing both unit tests and integration tests with combined code coverage analysis.
Download the zip file from the release section and unzip it. Execute the command java -jar [.]multi_module_builder.jar (Note: Replace [.] with the appropriate directory path based on your OS). Follow ...