File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : java
2
2
jdk :
3
3
- openjdk8
4
- before_install :
5
- - pip install --user codecov
4
+ sudo : false
5
+ script : " mvn cobertura:cobertura "
6
6
after_success :
7
- - codecov
7
+ - bash <(curl -s https:// codecov.io/bash)
Original file line number Diff line number Diff line change @@ -223,5 +223,19 @@ limitations under the License.
223
223
</plugin >
224
224
</plugins >
225
225
</pluginManagement >
226
+ <plugins >
227
+ <plugin >
228
+ <groupId >org.codehaus.mojo</groupId >
229
+ <artifactId >cobertura-maven-plugin</artifactId >
230
+ <version >2.7</version >
231
+ <configuration >
232
+ <formats >
233
+ <format >html</format >
234
+ <format >xml</format >
235
+ </formats >
236
+ <check />
237
+ </configuration >
238
+ </plugin >
239
+ </plugins >
226
240
</build >
227
241
</project >
You can’t perform that action at this time.
0 commit comments