Skip to content

Commit

Permalink
put coveralls config in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
klali committed Apr 14, 2015
1 parent e8954ad commit 33a32e9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ after_success:
- curl -L https://search.maven.org/remotecontent?filepath=org/jacoco/org.jacoco.report/0.7.4.201502262128/org.jacoco.report-0.7.4.201502262128.jar -o test/lib/jacocoreport.jar
- curl -L https://search.maven.org/remotecontent?filepath=org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar -o test/lib/asm-debug-all.jar
- ant -Dtest.build.mock=1 coverage
- mvn coveralls:report -DjacocoReports=jacoco.xml
- mvn coveralls:report
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<sourceDirectories>
<sourceDirectory>applet/src/</sourceDirectory>
</sourceDirectories>
<jacocoReports>
<jacocoReport>jacoco.xml</jacocoReport>
</jacocoReports>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 33a32e9

Please sign in to comment.