Junit: Jacoco Code Coverage Plugin Integration with Eclipse/STS
Junit: Jacoco Code Coverage Plugin Integration with Eclipse/STS
In previous post you learn about the Junit Code Coverage Report generation by using Maven POM.xml that’s help to generate report for auditing purpose and check the status of junit test case implementation but everytime for these report you have to visit directory target/site/jacoco/index.html or target/jacoco-report/index.html To reduce this effort, we can add this Jacoco plugin our eclipse/STS…
View On WordPress









