Code Coverage is an integral part of unit testing as it provides a holistic view of what % of code is covered. Junit test coverage in a spring application can be visualised using Jacoco gradle plugin.
Also Jacoco provides various features related to code coverage verification.
Recommended Books :
Data Structure and Algorithm : https://amzn.to/2PEwqUr
Cracking the coding interview : https://amzn.to/3tJ0kFt
Building Microservices : https://amzn.to/38ZrksB
🔗Github : https://bit.ly/2BNrTs0
🔗Follow me on twitter : / codedtribe
#CodedTribe #JaCoCo #CodeCoverage #Gradle #SpringJunitTest