diff --git a/.travis.yml b/.travis.yml
index a98b760..6490334 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,2 +1,3 @@
language: java
-
+after_success:
+ - bash <(curl -s https://codecov.io/bash)
diff --git a/README.md b/README.md
index ca0e7ac..7ae20f5 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@ This projects aims at providing an up to date implementation of the ADB protocol
[![Build Status](https://travis-ci.org/vidstige/jadb.svg?branch=master)](https://travis-ci.org/vidstige/jadb)
[![](https://jitpack.io/v/vidstige/jadb.svg)](https://jitpack.io/#vidstige/jadb)
+[![codecov](https://codecov.io/gh/vidstige/jadb/branch/master/graph/badge.svg)](https://codecov.io/gh/vidstige/jadb)
[![](http://img.shields.io/badge/first--timers--only-friendly-green.svg?style=flat&colorB=FF69B4)](http://www.firsttimersonly.com/)
diff --git a/pom.xml b/pom.xml
index 30d7a96..d179e5d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,6 +113,25 @@
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.7.7.201606060606
+
+
+
+ prepare-agent
+
+
+
+ report
+ test
+
+ report
+
+
+
+
org.apache.maven.plugins
maven-surefire-plugin