Skip to content

Commit fea4fa9

Browse files
committed
Trying to enable coverage tool.
1 parent df9a9f6 commit fea4fa9

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ jdk:
88
install: true
99

1010
script: mvn test
11+
12+
after_success:
13+
- mvn coveralls:report

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@
123123
</execution>
124124
</executions>
125125
</plugin>
126+
<plugin>
127+
<groupId>org.eluder.coveralls</groupId>
128+
<artifactId>coveralls-maven-plugin</artifactId>
129+
<version>3.1.0</version>
130+
</plugin>
126131
</plugins>
127132
</build>
128133
<name>JavaFastPFOR</name>

0 commit comments

Comments
 (0)