To generate the code coverage report, execute the following command:
Windows: gradlew cobertura Linux/Unix/ OSX: ./gradlew cobertura
This will generate code coverage report for all the modules. In order to view the report for a module, open the following file in your browser.
build/reports/cobertura/index.html