Skip to content

Commit ceebb36

Browse files
authored
Merge pull request #3 from lazycoderio/coveralls
including coveralls plugin and readme file
2 parents ce2e550 + 1ef68cd commit ceebb36

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ before_install:
44
- brew update
55
- brew install geckodriver
66
- brew cask install firefox
7+
after_success:
8+
- bash <(curl -s https://codecov.io/bash)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[![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)
44

5+
[![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)
6+
57
This project is using the latest Selenium Bindings.
68

79
## Setup

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
<artifactId>maven-surefire-plugin</artifactId>
3232
<version>2.19.1</version>
3333
</plugin>
34+
<plugin>
35+
<groupId>org.eluder.coveralls</groupId>
36+
<artifactId>coveralls-maven-plugin</artifactId>
37+
<version>4.3.0</version>
38+
</plugin>
3439
</plugins>
3540
</pluginManagement>
3641
</build>

0 commit comments

Comments
 (0)