Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Size Metrics

This example demonstrates the different size metrics (lines, LoC, Comment lines, comment %), lines to cover, conditions to cover

Usage

Run build.sh [<optional_analysis_properties>]

The build.sh script takes care of building and analyzing the project It runs:

mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install -P coverage-per-test sonar:sonar [<optional_analysis_properties>]

Result

The build command will create a project named Training: Size Metrics where you can witness the resulting size metrics