Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Setup

./mvnw test
./mvnw jacoco:report

Open target/site/jacoco/index.html

Results

Java, as expected, reports a 0% coverage:

Overview

When looking at the details, we can also see 0% for any of MyService methods (as expected):

Details