CI : Added Jacoco
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# BetterLists
|
||||
[](https://maven-badges.herokuapp.com/maven-central/com.github.klemek/betterlists)
|
||||
[](https://travis-ci.org/Klemek/BetterLists)
|
||||
[](https://coveralls.io/github/Klemek/BetterLists?branch=master)
|
||||
|
||||
An extension of the java.util.List interface which include some of the C# LINQ useful functions.
|
||||
|
||||
|
||||
@@ -158,6 +158,20 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<!-- Coverage -->
|
||||
<plugin>
|
||||
<groupId>org.jacoco</groupId>
|
||||
<artifactId>jacoco-maven-plugin</artifactId>
|
||||
<version>0.7.6.201602180812</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>prepare-agent</id>
|
||||
<goals>
|
||||
<goal>prepare-agent</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.eluder.coveralls</groupId>
|
||||
<artifactId>coveralls-maven-plugin</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user