This repository was archived by the owner on Apr 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,7 @@ notifications:
1010branches :
1111 only :
1212 - master
13- - develop
13+ - develop
14+
15+ after_success :
16+ - mvn clean cobertura:cobertura coveralls:report
Original file line number Diff line number Diff line change 11[ ![ Build Status] ( https://travis-ci.org/massimozappino/tagmycode-java-sdk.svg?branch=master )] ( https://travis-ci.org/massimozappino/tagmycode-java-sdk )
2+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/massimozappino/tagmycode-java-sdk/badge.svg )] ( https://coveralls.io/github/massimozappino/tagmycode-java-sdk )
23
34# TagMyCode Java SDK
45A Java library to access [ TagMyCode RESTful API] ( http://tagmycode.com ) .
Original file line number Diff line number Diff line change 8181 <autoReleaseAfterClose >true</autoReleaseAfterClose >
8282 </configuration >
8383 </plugin >
84-
84+ <plugin >
85+ <groupId >org.eluder.coveralls</groupId >
86+ <artifactId >coveralls-maven-plugin</artifactId >
87+ <version >4.3.0</version >
88+ <!-- <configuration>-->
89+ <!-- <repoToken>yourcoverallsprojectrepositorytoken</repoToken>-->
90+ <!-- </configuration>-->
91+ </plugin >
92+ <plugin >
93+ <groupId >org.codehaus.mojo</groupId >
94+ <artifactId >cobertura-maven-plugin</artifactId >
95+ <version >2.7</version >
96+ <configuration >
97+ <format >xml</format >
98+ <maxmem >256m</maxmem >
99+ <!-- aggregated reports for multi-module projects -->
100+ <aggregate >true</aggregate >
101+ </configuration >
102+ </plugin >
85103
86104 </plugins >
87105 </build >
You can’t perform that action at this time.
0 commit comments