Skip to content

Commit 25a220a

Browse files
committed
excluding all demo classes from coverage tests
1 parent fbf294c commit 25a220a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,10 @@
426426
<exclude>demo/DemoFATCAT.class</exclude>
427427
<exclude>org/biojava/nbio/structure/align/ce/CECalculator.class</exclude>
428428
</excludes>
429+
<ignores>
430+
<ignore>org.biojava.nbio.structure.io.mmcif.MMCIFFileTools</ignore>
431+
<ignore>demo.*</ignore>
432+
</ignores>
429433
</instrumentation>
430434
</configuration>
431435
<executions>

0 commit comments

Comments
 (0)