Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Spring Boot Jacoco Example

This is a simple maven project that leverages on jacoco framework to verify code coverage. Code coverage basically verifying how much of the code you have written is tested and is sucessful. Jacoco gives you the option is setting rule which should be met to consider a code covered.

read more on jacoco here(https://www.eclemma.org/jacoco/)