Skip to content

Commit

Permalink
Initial support for Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksavers committed Jun 30, 2014
1 parent 1bb7e53 commit b9d242e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
@@ -0,0 +1 @@
service_name: travis-ci
20 changes: 20 additions & 0 deletions ethereumj-core/pom.xml
Expand Up @@ -16,6 +16,21 @@
mvn antlr4:antlr4
-->

<developers>
<developer>
<name>Roman Mandeleil</name>
</developer>
<developer>
<name>Nick Savers</name>
</developer>
</developers>

<scm>
<connection>scm:git:git://github.com/ethereum/ethereumj.git</connection>
<developerConnection>scm:git:git://github.com/ethereum/ethereumj.git</developerConnection>
<url>https://github.com/ethereum/ethereumj</url>
</scm>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Third-party dependencies -->
Expand Down Expand Up @@ -221,6 +236,11 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>2.2.0</version>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.3</version>
Expand Down

0 comments on commit b9d242e

Please sign in to comment.