Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Maven – JaCoCo code coverage example

Maven, JUnit 5 + JaCoCo example.

Project Link - https://www.mkyong.com/maven/maven-jacoco-code-coverage-example/

How to run this project?

$ git clone https://github.com/mkyong/maven-examples.git
$ cd maven-code-coverage
$ mvn clean test

# view report at 'target/site/jacoco/index.html'