Adding Coveralls support
Coveralls.IO is free service to report on Code Coverage for Open-Source projects. Enabling the reporting using the maven cobertura plugin Signed-off-by: Doug Morato <dm@corp.io>
This commit is contained in:
@ -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=
|
||||
|
Reference in New Issue
Block a user