Skip to content

Commit 2064ee0

Browse files
add coveralls plugin
1 parent 512f17e commit 2064ee0

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,16 @@
7171
<artifactId>maven-war-plugin</artifactId>
7272
<version>2.3</version>
7373
</plugin>
74+
<plugin>
75+
<groupId>org.eluder.coveralls</groupId>
76+
<artifactId>coveralls-maven-plugin</artifactId>
77+
<version>4.3.0</version>
78+
<configuration>
79+
<relativeReportDirs>
80+
<relativeReportDir>/jacoco</relativeReportDir>
81+
</relativeReportDirs>
82+
</configuration>
83+
</plugin>
7484
</plugins>
7585
</pluginManagement>
7686
</build>
@@ -117,4 +127,4 @@
117127
</build>
118128
</profile>
119129
</profiles>
120-
</project>
130+
</project>

0 commit comments

Comments
 (0)