Code Coverage with JaCoCo, Sonar and Maven

Untitled

Code Coverage with JaCoCo, Sonar and Maven

Code%2BCoverage%2Bwith%2BJaCoCo%252C%2BSonar%2Band%2BMaven


In this tutorial we will understand the JaCoCo Integration with Maven and Sonar for Code Coverage. We will understand and implement the below topics.

Part 1 : Setting up Sonar Server Locally
In this tutorial, we will understand below topics
 – How to do Sonar Server Configuration locally?
 – Setting up a security token in Sonar?
PART 1 : SETTING UP SONAR SERVER LOCALLY


Part 2 – Integrate JaCoCo plugin with Sonar and Maven for Code Coverage
In this tutorial, we will understand below topics
– Integrate the JaCoCo plugin in the maven project
 – Use JaCoCo reports to get Code Coverage

 – Integrate JaCoCo Plugin with Sonar to push the Code Coverage

Part 3 – Find Code Coverage in Eclipse : EclEmma Configuration
In this tutorial, we will understand below topics
– What is Eclemma?
– How to find out the code coverage in eclipse?
– EclEmma Configuration in Eclipse