Code Coverage with Gradle and Jacoco
Introduction
So recently, I have was tasked to set up a Continuous Delivery pipeline for a number of applications at my place of work. The pipeline consisted of a number of steps including Checkout, Test, Code Coverage, Maven/Gradle…