Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.32 KB

File metadata and controls

43 lines (32 loc) · 1.32 KB

Jacoco Steps

  • Clone the repo
git clone https://github.com/Ramkhushi/JacocoExample.git
  • Change the Java Version
update-alternatives --config javac
update-alternatives --config java
  • Create a report using
mvn package 
  • Check the report
 Go to target ->site->jacoco>index.html

Jenkins

  • Install Jacoco plugins
Manage jenkins ->Plugins -> Available Plugins >Jacoco
  • Create a new build in Jenkins

image image

image image image image image image