You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JaCoCo and EclEmma Users
Hello Jacoco experts!
I am truly sorry if this was asked before. I want to have 2 modules in a multi-module project, one is the API code and the other module will contain only tests. Will Jacoco show coverage for API code while running the tests from test module? If it's possible, what needs to be configured?
Thank you very much!
Silviu
Marc Hoffmann
unread,
Oct 2, 2015, 4:05:46 AM10/2/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jac...@googlegroups.com
Hi Silviu,
if your build is based on Maven this is not supported out of the box
with the JaCoCo maven plug-in. What you can do as a work-around is to
embed a Ant script which create cross module coverage reports, see for
example our own build: