Skip to content

Commit 21da9b7

Browse files
author
joelibaceta
committed
including coverage report
1 parent 4aa9bbd commit 21da9b7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ install:
44
- mvn install -DskipTests -Dgpg.skip
55
script:
66
- mvn test -Dpgp.skip-true
7+
- mvn cobertura:cobertura
78
after_success:
89
- bash <(curl -s https://codecov.io/bash)

pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,18 @@
137137
<autoReleaseAfterClose>true</autoReleaseAfterClose>
138138
</configuration>
139139
</plugin>
140-
140+
<plugin>
141+
<groupId>org.codehaus.mojo</groupId>
142+
<artifactId>cobertura-maven-plugin</artifactId>
143+
<version>2.7</version>
144+
<configuration>
145+
<formats>
146+
<format>html</format>
147+
<format>xml</format>
148+
</formats>
149+
<check />
150+
</configuration>
151+
</plugin>
141152
</plugins>
142153
</build>
143154

0 commit comments

Comments
 (0)