Illustrates how to produce code coverage reports with mps-qa. See also the associated article
After cloning the repository, run ./gradlew coverage
to build the project, run coverage measurements and produce
the reports. Find the reports under build/jacoco-reports/sample-coverage/tests
.
Sample reports produced by the build are checked into the docs subdirectory and are also available via GitHub Pages: HTML, XML.