Skip to content

Commit

Permalink
Limit the set of classes intended for coverage analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
urbic committed Feb 25, 2025
1 parent 6b1e2bb commit b99e926
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ant/test.ant
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@
</executiondata>
<structure name="Psylla v${project.version}">
<classfiles>
<fileset dir="${target.modules}/${project.moduleprefix}" includes="**/*.class"/>
<fileset dir="${target.modules}/${project.moduleprefix}">
<include name="coneforest/psylla/core/**/*.class"/>
<include name="coneforest/psylla/runtime/**.class"/>
</fileset>
</classfiles>
<sourcefiles encoding="UTF-8">
<fileset dir="${src.main.java}/${project.moduleprefix}" includes="**/*.java"/>
Expand Down

0 comments on commit b99e926

Please sign in to comment.