diff --git a/.travis.yml b/.travis.yml index 0bdbfe4..c65ab9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,3 +4,5 @@ before_install: - brew update - brew install geckodriver - brew cask install firefox +after_success: + - bash <(curl -s https://codecov.io/bash) diff --git a/README.md b/README.md index 3a1289a..dae8a2f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![Join the chat at https://gitter.im/lazycoderio/sample-java-jenkins](https://badges.gitter.im/lazycoderio/sample-java-jenkins.svg)](https://gitter.im/lazycoderio/sample-java-jenkins?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Coverage Status](https://coveralls.io/repos/github/lazycoderio/sample-java-jenkins/badge.svg?branch=master)](https://coveralls.io/github/lazycoderio/sample-java-jenkins?branch=master) + This project is using the latest Selenium Bindings. ## Setup diff --git a/pom.xml b/pom.xml index 9711d1c..c6817b3 100644 --- a/pom.xml +++ b/pom.xml @@ -31,6 +31,11 @@ maven-surefire-plugin 2.19.1 + + org.eluder.coveralls + coveralls-maven-plugin + 4.3.0 +