Skip to content

Commit

Permalink
Setup Coveralls Coverage reporting (#245)
Browse files Browse the repository at this point in the history
This is required for the Software Improvement Group to analyze the
code coverage of this project.
  • Loading branch information
Pathemeous authored Jun 16, 2016
1 parent d85f358 commit 04738e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ env:

script: cd $SRCDIR && mvn verify

after_success:
- mvn clean test jacoco:report coveralls:report
6 changes: 6 additions & 0 deletions PL2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,18 @@
</descriptorRefs>
</configuration>
</plugin>
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.2.0</version>
</plugin>
<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>
Expand Down

0 comments on commit 04738e2

Please sign in to comment.