File tree 2 files changed +24
-0
lines changed
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1
1
language : java
2
2
install : mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true
3
+
4
+ after_success :
5
+ - mvn clean jacoco:report coveralls:report
Original file line number Diff line number Diff line change 125
125
</configuration >
126
126
</plugin >
127
127
128
+ <plugin >
129
+ <groupId >org.eluder.coveralls</groupId >
130
+ <artifactId >coveralls-maven-plugin</artifactId >
131
+ <version >4.0.0</version >
132
+ <configuration >
133
+ <!-- <repoToken>yourcoverallsprojectrepositorytoken</repoToken>-->
134
+ </configuration >
135
+ </plugin >
136
+
137
+ <plugin >
138
+ <groupId >org.codehaus.mojo</groupId >
139
+ <artifactId >cobertura-maven-plugin</artifactId >
140
+ <version >2.7</version >
141
+ <configuration >
142
+ <format >xml</format >
143
+ <maxmem >256m</maxmem >
144
+ <!-- aggregated reports for multi-module projects -->
145
+ <aggregate >true</aggregate >
146
+ </configuration >
147
+ </plugin >
148
+
128
149
</plugins >
129
150
</build >
130
151
<dependencies >
You can’t perform that action at this time.
0 commit comments