Skip to content

Commit d5919ba

Browse files
committed
coveralls report to travis ci and added in codecov badge to README
1 parent 1ef68cd commit d5919ba

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ before_install:
66
- brew cask install firefox
77
after_success:
88
- bash <(curl -s https://codecov.io/bash)
9+
- mvn clean test coveralls:report

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
[![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)
66

7+
[![codecov](https://codecov.io/gh/lazycoderio/sample-java-jenkins/branch/master/graph/badge.svg)](https://codecov.io/gh/lazycoderio/sample-java-jenkins)
8+
9+
710
This project is using the latest Selenium Bindings.
811

912
## Setup

0 commit comments

Comments
 (0)