Skip to content

Commit

Permalink
added cobertura report tas to travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pablormier committed Jun 17, 2015
1 parent 9215660 commit ba1a1c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ after_success:
#- .config/deploy-site.sh
- chmod +x .config/deploy-artifacts.sh
- .config/deploy-artifacts.sh
- mvn clean cobertura:cobertura coveralls:cobertura
env:
global:
- secure: ILdOYjPt+8g5rlexXBYAhECtn5Zm26FRf0/nwCxUU303qtzFQyMcxinIC93aun880OnINjA7fzQeBkG4P+LSVOAXbmGTGhtyPBzMOGcnZouJM/RyXHUft6tAXPimXQ7JjDFjyv7EzSeStk/4WEp0mkxheIryZS3X1pbED1TqgUM=
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,13 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.6</version>
<configuration>
<format>xml</format>
<maxmem>256m</maxmem>
<!-- aggregated reports for multi-module projects -->
<aggregate>true</aggregate>
<check />
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit ba1a1c0

Please sign in to comment.