File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,6 @@ sudo: false
13
13
install : true
14
14
15
15
script : mvn -B -V package javadoc:javadoc test
16
+
17
+ after_success :
18
+ - mvn clean test jacoco:report coveralls:report
Original file line number Diff line number Diff line change 118
118
</execution >
119
119
</executions >
120
120
</plugin >
121
+ <plugin >
122
+ <groupId >org.eluder.coveralls</groupId >
123
+ <artifactId >coveralls-maven-plugin</artifactId >
124
+ <version >3.0.1</version >
125
+ </plugin >
126
+ <plugin >
127
+ <groupId >org.jacoco</groupId >
128
+ <artifactId >jacoco-maven-plugin</artifactId >
129
+ <version >0.7.2.201409121644</version >
130
+ <executions >
131
+ <execution >
132
+ <id >prepare-agent</id >
133
+ <goals >
134
+ <goal >prepare-agent</goal >
135
+ </goals >
136
+ </execution >
137
+ </executions >
138
+ </plugin >
121
139
</plugins >
122
140
</build >
123
141
<dependencies >
You can’t perform that action at this time.
0 commit comments