From 547d7277fe2d0232fc21d717a098d6cd5db4eb10 Mon Sep 17 00:00:00 2001 From: Andrew Krug Date: Sun, 27 Nov 2016 15:43:07 -0500 Subject: [PATCH 1/2] including coveralls plugin and readme file --- README.md | 2 ++ pom.xml | 5 +++++ 2 files changed, 7 insertions(+) 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 + From 1ef68cd8843d0edb34bd6f6121f132e348f64061 Mon Sep 17 00:00:00 2001 From: Andrew Krug Date: Sun, 27 Nov 2016 15:49:45 -0500 Subject: [PATCH 2/2] added in codecov io options into travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) 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)