Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

Commit adff8e0

Browse files
committed
Add coverage plugin.
1 parent a7207f0 commit adff8e0

File tree

1 file changed

+10
-0
lines changed
  • com.io7m.renderdoc_jffm.tests

1 file changed

+10
-0
lines changed

com.io7m.renderdoc_jffm.tests/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,14 @@
6363
</dependency>
6464
</dependencies>
6565

66+
<build>
67+
<plugins>
68+
<!-- Determine test coverage -->
69+
<plugin>
70+
<groupId>org.jacoco</groupId>
71+
<artifactId>jacoco-maven-plugin</artifactId>
72+
</plugin>
73+
</plugins>
74+
</build>
75+
6676
</project>

0 commit comments

Comments
 (0)