Skip to content

Commit

Permalink
Add coveralls plugin to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
c-rack committed Dec 10, 2014
1 parent 81033d1 commit 00a25af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,11 @@
<exportLineCoverage>true</exportLineCoverage>
</configuration>
</plugin>
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>3.0.1</version>
</plugin>
</plugins>
</build>
<repositories>
Expand Down

0 comments on commit 00a25af

Please sign in to comment.