Skip to content

Commit 3d2c0a4

Browse files
committed
add coveralls maven plugin #8
1 parent 59da3bf commit 3d2c0a4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

+9
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,14 @@
4646
<version>3.0.1</version>
4747
</dependency>
4848

49+
<plugin>
50+
<groupId>org.eluder.coveralls</groupId>
51+
<artifactId>coveralls-maven-plugin</artifactId>
52+
<version>4.3.0</version>
53+
<configuration>
54+
<repoToken>repoToken</repoToken>
55+
</configuration>
56+
</plugin>
57+
4958
</dependencies>
5059
</project>

0 commit comments

Comments
 (0)