diff --git a/.travis.yml b/.travis.yml
index 8561aac74..4be1097c3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,6 +29,8 @@ deploy:
repo: WebGoat/WebGoat
branch: master
jdk: oraclejdk8
+after_success:
+ - mvn clean cobertura:cobertura coveralls:report
notifications:
slack:
secure: S9VFew5NSE8WDzYD1VDBUULKKT0fzgblQACznwQ85699b2yeX9TX58N3RZvRS1JVagVP1wu2xOrwN2g+AWx4Ro3UBZD5XG86uTJWpCLD4cRWHBoGMH2TfvI7/IzsWmgxH4MBxFRvZr/eEhlVAux+N9H4EoEdS4CKsJXEqV37PlA=
diff --git a/README.MD b/README.MD
index 4f7ee50a0..4b5bd6bbd 100644
--- a/README.MD
+++ b/README.MD
@@ -2,6 +2,7 @@
[](https://travis-ci.org/WebGoat/WebGoat)
[](https://scan.coverity.com/projects/webgoat-webgoat)
+[](https://coveralls.io/github/WebGoat/WebGoat?branch=master)
# Important Information
diff --git a/pom.xml b/pom.xml
index 1eeabeca6..001ba2354 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,6 +114,7 @@