File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ before_install:
6
6
- brew cask install firefox
7
7
after_success :
8
8
- bash <(curl -s https://codecov.io/bash)
9
+ - mvn clean cobertura:cobertura coveralls:report
Original file line number Diff line number Diff line change 4
4
5
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
6
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
+
7
10
This project is using the latest Selenium Bindings.
8
11
9
12
## Setup
Original file line number Diff line number Diff line change 36
36
<artifactId >coveralls-maven-plugin</artifactId >
37
37
<version >4.3.0</version >
38
38
</plugin >
39
+ <plugin >
40
+ <groupId >org.codehaus.mojo</groupId >
41
+ <artifactId >cobertura-maven-plugin</artifactId >
42
+ <version >2.7</version >
43
+ <configuration >
44
+ <formats >
45
+ <format >html</format >
46
+ <format >xml</format >
47
+ </formats >
48
+ <check />
49
+ </configuration >
50
+ </plugin >
39
51
</plugins >
40
52
</pluginManagement >
41
53
</build >
You can’t perform that action at this time.
0 commit comments