Home | History | Annotate | Download | only in jacoco
      1 JaCoCo Java Code Coverage Library
      2 =================================
      3 
      4 [![Build Status](https://travis-ci.org/jacoco/jacoco.svg?branch=master)](https://travis-ci.org/jacoco/jacoco)
      5 [![Build status](https://ci.appveyor.com/api/projects/status/g28egytv4tb898d7/branch/master?svg=true)](https://ci.appveyor.com/project/JaCoCo/jacoco/branch/master)
      6 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jacoco/org.jacoco.core/badge.svg?style=flat)](http://search.maven.org/#search|ga|1|g%3Aorg.jacoco)
      7 
      8 JaCoCo is a free Java code coverage library distributed under the Eclipse Public
      9 License. Check the [project homepage](http://www.jacoco.org/jacoco)
     10 for downloads, documentation and feedback.
     11 
     12 Please use our [mailing list](https://groups.google.com/forum/?fromgroups=#!forum/jacoco)
     13 for questions regarding JaCoCo which are not already covered by the
     14 [extensive documentation](http://www.jacoco.org/jacoco/trunk/doc/).
     15 
     16 Note: We do not answer general questions in the project's issue tracker. Please use our [mailing list](https://groups.google.com/forum/?fromgroups=#!forum/jacoco) for this.
     17 -------------------------------------------------------------------------
     18