JaCoCo Code Coverage with JUnit 5 and Maven
JaCoCo is an excellent open-source toolkit to measure and capture code coverage when running JUnit tests. In this tutorial, we will learn to create test code coverage reports for JUnit 5 using the JaCoCo Maven Plugin. 1. JaCoCo Maven Plugin 1.1. JaCoCo JaCoCo is a code coverage library developed by the EclEmma team. JaCoCo embeds …