aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot
diff options
context:
space:
mode:
Diffstat (limited to 'org.jacoco.doc/docroot')
-rw-r--r--org.jacoco.doc/docroot/doc/integrations.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/org.jacoco.doc/docroot/doc/integrations.html b/org.jacoco.doc/docroot/doc/integrations.html
index 89c8f681..992417c3 100644
--- a/org.jacoco.doc/docroot/doc/integrations.html
+++ b/org.jacoco.doc/docroot/doc/integrations.html
@@ -76,6 +76,14 @@
<td>Java EE testing framework, <a href="http://arquillian.org/modules/jacoco-extension/">JaCoCo extension</a></td>
</tr>
<tr>
+ <td><a href="https://codecov.io/">Codecov</a></td>
+ <td>Web service to track code coverage, see <a href="https://github.com/codecov/example-java">example</a></td>
+ </tr>
+ <tr>
+ <td><a href="https://coveralls.io/">Coveralls</a></td>
+ <td>Web service to track code coverage, see <a href="https://github.com/trautonen/coveralls-maven-plugin">coveralls-maven-plugin</a></td>
+ </tr>
+ <tr>
<td><a href="http://www.gradle.org/">Gradle</a></td>
<td>Build System with JaCoCo plug-in, see <a href="http://www.gradle.org/docs/current/userguide/jacoco_plugin.html">documentation</a></td>
</tr>