Skip to content

Commit ed10394

Browse files
committed
Added Coveralls
1 parent fe9f04f commit ed10394

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ notifications:
1414
email:
1515
recipients:
1616
17+
18+
after_success:
19+
- mvn jacoco:report -pl impl
20+
- mvn -N coveralls:report

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,16 @@
277277
</execution>
278278
</executions>
279279
</plugin>
280+
281+
<!-- Coveralls Reporting -->
282+
<plugin>
283+
<groupId>org.eluder.coveralls</groupId>
284+
<artifactId>coveralls-maven-plugin</artifactId>
285+
<version>4.3.0</version>
286+
<configuration>
287+
<repoToken>yourcoverallsprojectrepositorytoken</repoToken>
288+
</configuration>
289+
</plugin>
280290
</plugins>
281291
</build>
282292
<dependencies>

0 commit comments

Comments
 (0)