Code coverage with JaCoCo Maven Plugin
Code coverage is a measure of how many lines of our code are covered by the Unit Test. This is very helpful, so we can evaluate the quality of our code, how much of our code has been and has not been covered by the… Read More


