diff --git a/.travis.yml b/.travis.yml
index c65ab9c..e152000 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,3 +6,4 @@ before_install:
- brew cask install firefox
after_success:
- bash <(curl -s https://codecov.io/bash)
+ - mvn clean cobertura:cobertura coveralls:report
diff --git a/README.md b/README.md
index dae8a2f..3f32307 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,9 @@
[](https://coveralls.io/github/lazycoderio/sample-java-jenkins?branch=master)
+[](https://codecov.io/gh/lazycoderio/sample-java-jenkins)
+
+
This project is using the latest Selenium Bindings.
## Setup
diff --git a/pom.xml b/pom.xml
index c6817b3..d3d888b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,6 +36,18 @@
coveralls-maven-plugin
4.3.0
+
+ org.codehaus.mojo
+ cobertura-maven-plugin
+ 2.7
+
+
+ html
+ xml
+
+
+
+