Jacoco Code Coverage Report Shows 0 coverage in Jenkins Jacoco Code Coverage Report Shows 0 coverage in Jenkins jenkins jenkins

Jacoco Code Coverage Report Shows 0 coverage in Jenkins


I found the piece of code I missed because of which the reports were not generating in jenkins.

I forgot to add jacoco-maven-plugin inside <reporting> tag of parent pom.xml.I had only added it inside <pluginManagement> & <build>.

:-)