aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot/doc/integrations.html
diff options
context:
space:
mode:
Diffstat (limited to 'org.jacoco.doc/docroot/doc/integrations.html')
-rw-r--r--org.jacoco.doc/docroot/doc/integrations.html36
1 files changed, 22 insertions, 14 deletions
diff --git a/org.jacoco.doc/docroot/doc/integrations.html b/org.jacoco.doc/docroot/doc/integrations.html
index 60188915..56ed9cb7 100644
--- a/org.jacoco.doc/docroot/doc/integrations.html
+++ b/org.jacoco.doc/docroot/doc/integrations.html
@@ -14,7 +14,7 @@
<a href="index.html" class="el_group">Documentation</a> &gt;
<span class="el_source">Integration Matrix</span>
</div>
-<div id="content">
+<div id="content">
<h1>Integration Matrix</h1>
@@ -65,7 +65,7 @@
</tr>
</tbody>
</table>
-
+
<h3>Third-Party Integrations</h3>
<table class="coverage">
@@ -81,6 +81,14 @@
<td>Java EE testing framework, <a href="http://arquillian.org/modules/jacoco-extension/">JaCoCo extension</a></td>
</tr>
<tr>
+ <td><a href="https://azure.microsoft.com/services/devops/">Azure DevOps</a></td>
+ <td>Cloud-powered collaboration tools by Microsoft, see <a href="https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/test/publish-code-coverage-results">documentation</a></td>
+ </tr>
+ <tr>
+ <td><a href="https://www.codacy.com/">Codacy</a></td>
+ <td>Platform to track code coverage and code quality, see <a href="https://support.codacy.com/hc/en-us/articles/207279819-Coverage">documentation</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>
@@ -89,12 +97,12 @@
<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>
+ <td><a href="https://www.stamp-project.eu/">STAMP</a></td>
+ <td>EU research project with test generation tool for JUnit, see <a href="https://github.com/STAMP-project/dspot">DSpot project page</a></td>
</tr>
<tr>
- <td><a href="http://www.bredex.de/web/index.php/guidancer_jubula_en.html">GUIdancer</a></td>
- <td>Commercial GUI testing tool by BREDEX GmbH</td>
+ <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>
<tr>
<td><a href="http://www.jetbrains.com/idea/">IntelliJ IDEA</a></td>
@@ -109,8 +117,8 @@
<td>GSoC project of Ognjen Bubalo, see <a href="https://wiki.jenkins-ci.org/display/JENKINS/JaCoCo+Plugin">documentation</a></td>
</tr>
<tr>
- <td><a href="http://java.visualstudio.com/">Visual Studio Team Services</a></td>
- <td>Cloud-powered collaboration tools by Microsoft, see <a href="https://blogs.msdn.microsoft.com/visualstudioalm/2015/11/24/testing-java-applications-with-visual-studio-team-services/">blog entry</a></td>
+ <td><a href="https://www.eclipse.org/jubula/">Jubula</a></td>
+ <td>Functional GUI testing tool</td>
</tr>
<tr>
<td><a href="http://netbeans.org/">NetBeans</a></td>
@@ -118,8 +126,8 @@
<a href="http://plugins.netbeans.org/plugin/48570/tikione-jacocoverage">plug-in</a> for Ant based projects</td>
</tr>
<tr>
- <td><a href="https://github.com/harrah/xsbt/wiki">sbt</a></td>
- <td>Simple Build Tool, <a href="https://bitbucket.org/jmhofer/jacoco4sbt">jacoco4sbt</a> by Joachim Hofer</td>
+ <td><a href="https://www.scala-sbt.org/">sbt</a></td>
+ <td>Scala Build Tool, see <a href="https://www.scala-sbt.org/sbt-jacoco/">JaCoCo plug-in</a></td>
</tr>
<tr>
<td><a href="http://www.shippable.com/">Shippable</a></td>
@@ -127,11 +135,11 @@
</tr>
<tr>
<td><a href="http://www.sonarqube.org/">SonarQube</a></td>
- <td>Continuous inspection platform with JaCoCo support, see <a href="http://docs.sonarqube.org/display/PLUG/Code+Coverage+by+Unit+Tests+for+Java+Project">documentation</a></td>
+ <td>Continuous inspection platform with JaCoCo support, see <a href="https://docs.sonarqube.org/latest/analysis/coverage/">documentation</a></td>
</tr>
<tr>
<td><a href="http://www.jetbrains.com/teamcity/">TeamCity</a></td>
- <td>Continuous integration server with JaCoCo support since version 8.1, see <a href="http://confluence.jetbrains.com/display/TCD8/JaCoCo">documentation</a></td>
+ <td>Continuous integration server with JaCoCo support since version 8.1, see <a href="https://www.jetbrains.com/help/teamcity/jacoco.html">documentation</a></td>
</tr>
<tr>
<td><a href="https://developer.ibm.com/urbancode/">Urban Code</a></td>
@@ -147,8 +155,8 @@
</div>
<div class="footer">
- <span class="right"><a href="@jacoco.home.url@">JaCoCo</a> @qualified.bundle.version@</span>
- <a href="license.html">Copyright</a> &copy; @copyright.years@ Mountainminds GmbH &amp; Co. KG and Contributors
+ <span class="right"><a href="${jacoco.home.url}">JaCoCo</a> ${qualified.bundle.version}</span>
+ <a href="license.html">Copyright</a> &copy; ${copyright.years} Mountainminds GmbH &amp; Co. KG and Contributors
</div>
</body>