aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2019-07-23 11:18:50 +0200
committerEvgeny Mandrikov <138671+Godin@users.noreply.github.com>2019-07-25 15:50:19 +0200
commit86b27dc25f3be9acca365da49af49e340f04efbf (patch)
tree48e14add63f82f1e51a7b949ed66d947ede06928
parent844ef7ea99947a0ea0433f062531f4a863775c5f (diff)
downloadjacoco-86b27dc25f3be9acca365da49af49e340f04efbf.tar.gz
Add link about JaCoCo integration into STAMP research project
-rw-r--r--org.jacoco.doc/docroot/doc/integrations.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.jacoco.doc/docroot/doc/integrations.html b/org.jacoco.doc/docroot/doc/integrations.html
index 9fd56a6a..c2dcfbd8 100644
--- a/org.jacoco.doc/docroot/doc/integrations.html
+++ b/org.jacoco.doc/docroot/doc/integrations.html
@@ -93,6 +93,10 @@
<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="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.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>