Skip to content

Instantly share code, notes, and snippets.

@atishn
Created August 1, 2014 19:24
Show Gist options
  • Select an option

  • Save atishn/27b292be34441a08619f to your computer and use it in GitHub Desktop.

Select an option

Save atishn/27b292be34441a08619f to your computer and use it in GitHub Desktop.
Jacoco Configuration
<limit>
<counter>COMPLEXITY</counter>
<value>COVEREDRATIO</value>
<minimum>0.50</minimum>
</limit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment