Standard Search
About 2 results
https://rants.broonix.ca/adding-coverage-reports · 14 Oct 2017
In my last post, we covered creating a CI pipeline using TravisCI and GitHub Pages. Now let’s add coverage reports to the build setup. Setting up Coveralls.io We will use coveralls.io to provide the reporting. They provide this for free to any public Git...
https://rants.broonix.ca/java-code-coverage-with-gradle-and-jacoco-2 · 22 Jan 2016
There are so many great metrics to help you improve a project’s quality. One of these metrics is code coverage. In this post we will go over why this measurement is important, how to measure coverage using JaCoCo. I’ll also wrap up with some info on co...