Marc R. Hoffmann | d9e3cf1 | 2012-08-26 15:39:09 +0200 | [diff] [blame] | 1 | JaCoCo Java Code Coverage Library |
| 2 | ================================= |
| 3 | |
Evgeny Mandrikov | bc08bca | 2015-09-02 02:47:23 +0200 | [diff] [blame] | 4 | [](https://travis-ci.org/jacoco/jacoco) |
Evgeny Mandrikov | a6bcbe3 | 2016-05-04 22:20:20 +0200 | [diff] [blame] | 5 | [](https://ci.appveyor.com/project/JaCoCo/jacoco/branch/master) |
Marc R. Hoffmann | 9c65eba | 2015-01-06 05:56:13 +0100 | [diff] [blame] | 6 | [](http://search.maven.org/#search|ga|1|g%3Aorg.jacoco) |
| 7 | |
Marc R. Hoffmann | d9e3cf1 | 2012-08-26 15:39:09 +0200 | [diff] [blame] | 8 | JaCoCo is a free Java code coverage library distributed under the Eclipse Public |
Marc R. Hoffmann | 9eb151b | 2016-10-28 00:09:25 +0200 | [diff] [blame] | 9 | License. Check the [project homepage](http://www.jacoco.org/jacoco) |
Marc R. Hoffmann | d03b676 | 2014-09-18 07:52:26 +0200 | [diff] [blame] | 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 |
Marc R. Hoffmann | 9eb151b | 2016-10-28 00:09:25 +0200 | [diff] [blame] | 14 | [extensive documentation](http://www.jacoco.org/jacoco/trunk/doc/). |
Marc R. Hoffmann | de60894 | 2015-09-28 18:46:26 +0200 | [diff] [blame] | 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 | ------------------------------------------------------------------------- |