builder: configure coveralls coverage reporting
This commit is contained in:
parent
292b777aa0
commit
f39f1a88db
1 changed files with 6 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
|||
<assertj.version>3.6.1</assertj.version>
|
||||
<mapstream.version>2.3.4</mapstream.version>
|
||||
<mapbuilder.version>1.0.0</mapbuilder.version>
|
||||
<coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
@ -119,6 +120,11 @@
|
|||
<!--</execution>-->
|
||||
<!--</executions>-->
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.eluder.coveralls</groupId>
|
||||
<artifactId>coveralls-maven-plugin</artifactId>
|
||||
<version>${coveralls-maven-plugin.version}</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
|
Loading…
Reference in a new issue