We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef68cd commit d5919baCopy full SHA for d5919ba
.travis.yml
@@ -6,3 +6,4 @@ before_install:
6
- brew cask install firefox
7
after_success:
8
- bash <(curl -s https://codecov.io/bash)
9
+ - mvn clean test coveralls:report
README.md
@@ -4,6 +4,9 @@
4
5
[](https://coveralls.io/github/lazycoderio/sample-java-jenkins?branch=master)
+[](https://codecov.io/gh/lazycoderio/sample-java-jenkins)
+
10
This project is using the latest Selenium Bindings.
11
12
## Setup
0 commit comments