Skip to content

Commit ec97a09

Browse files
committed
#33 Implement Clover test coverage tool.
1 parent 73d2ec7 commit ec97a09

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,17 @@
9292
</executions>
9393
</plugin>
9494

95+
<plugin>
96+
<groupId>com.atlassian.maven.plugins</groupId>
97+
<artifactId>maven-clover2-plugin</artifactId>
98+
<version>3.2.0</version>
99+
<configuration>
100+
<cloverDatabase>${java.io.tmpdir}/clover/clover.db
101+
</cloverDatabase>
102+
<singleCloverDatabase>true</singleCloverDatabase>
103+
</configuration>
104+
</plugin>
105+
95106
</plugins>
96107
</build>
97108

0 commit comments

Comments
 (0)