diff --git a/README.md b/README.md
index b9c4bd7..739c6c0 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
# BetterLists
[](https://maven-badges.herokuapp.com/maven-central/com.github.klemek/betterlists)
[](https://travis-ci.org/Klemek/BetterLists)
+[](https://coveralls.io/github/Klemek/BetterLists?branch=master)
An extension of the java.util.List interface which include some of the C# LINQ useful functions.
diff --git a/pom.xml b/pom.xml
index e155e93..c1ff5f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,6 +158,20 @@
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.7.6.201602180812
+
+
+ prepare-agent
+
+ prepare-agent
+
+
+
+
org.eluder.coveralls
coveralls-maven-plugin