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 @@ [![Build Status](https://travis-ci.org/WebGoat/WebGoat.svg)](https://travis-ci.org/WebGoat/WebGoat) [![Coverity Scan Build Status](https://img.shields.io/coverity/scan/6101.svg)](https://scan.coverity.com/projects/webgoat-webgoat) +[![Coverage Status](https://coveralls.io/repos/WebGoat/WebGoat/badge.svg?branch=master&service=github)](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 @@ 1.2 1.2 1.7 + 2.7s 3.1 1.8.1 0.2 @@ -121,6 +122,7 @@ 1.4 3.3.2 1.1.3 + 4.0.0 1.4.2 18.0 1.4.187 @@ -137,7 +139,7 @@ 1.2.17 1.4.2 3.1 - 2.18.1 + 2.19 1.6 2.6 2.10.3 @@ -154,7 +156,7 @@ 3.2.4.RELEASE 1.1.2 2.2.2 - 2.1 + 2.2 1.5.1 7.0.63 diff --git a/webgoat-container/pom.xml b/webgoat-container/pom.xml index da62e8822..323fdd5af 100644 --- a/webgoat-container/pom.xml +++ b/webgoat-container/pom.xml @@ -28,7 +28,7 @@ org.apache.tomcat.maven tomcat7-maven-plugin - 2.2 + ${tomcat7-maven-plugin.version} local_tomcat http://localhost:8080/manager @@ -207,6 +207,26 @@ + + org.eluder.coveralls + coveralls-maven-plugin + ${coveralls-maven-plugin.version} + + + + + + org.codehaus.mojo + cobertura-maven-plugin + ${cobertura-maven-plugin.version} + + + xml + 256m + + true + +