File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 246
246
</dependencies >
247
247
<build >
248
248
<plugins >
249
+
250
+ <plugin >
251
+ <groupId >org.eluder.coveralls</groupId >
252
+ <artifactId >coveralls-maven-plugin</artifactId >
253
+ <version >4.3.0</version >
254
+ <configuration >
255
+ <repoToken >yourcoverallsprojectrepositorytoken</repoToken >
256
+ </configuration >
257
+ </plugin >
258
+
259
+ <plugin >
260
+ <groupId >org.jacoco</groupId >
261
+ <artifactId >jacoco-maven-plugin</artifactId >
262
+ <version >0.7.6.201602180812</version >
263
+ <executions >
264
+ <execution >
265
+ <id >prepare-agent</id >
266
+ <goals >
267
+ <goal >prepare-agent</goal >
268
+ </goals >
269
+ </execution >
270
+ </executions >
271
+ </plugin >
272
+
249
273
<plugin >
250
274
<groupId >org.springframework.boot</groupId >
251
275
<artifactId >spring-boot-maven-plugin</artifactId >
344
368
345
369
</plugins >
346
370
</build >
347
- </project >
371
+ </project >
You can’t perform that action at this time.
0 commit comments