diff --git a/.travis.yml b/.travis.yml
index 8561aac74..a842c64f7 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=
@@ -44,5 +46,5 @@ addons:
notification_email: doug.morato@owasp.org
build_command_prepend: "mvn clean"
build_command: "mvn -DskipTests=true install"
- branch_pattern: master
+ branch_pattern: coverity_scan
diff --git a/README.MD b/README.MD
index 816a90b14..d15beff4f 100644
--- a/README.MD
+++ b/README.MD
@@ -1,6 +1,10 @@
# WebGoat: A deliberately insecure Web Application
[](https://travis-ci.org/WebGoat/WebGoat)
+[](https://scan.coverity.com/projects/webgoat-webgoat)
+[](https://coveralls.io/github/WebGoat/WebGoat?branch=master)
+[](https://www.codacy.com/app/dm/WebGoat)
+
# Important Information
diff --git a/pom.xml b/pom.xml
index 1eeabeca6..e5789998a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,6 +114,7 @@