Github user ctron commented on the issue:

    https://github.com/apache/qpid-jms/pull/8
  
    It indeed works fine. There is one caveat when converting Jacoco exec files 
to XML. Only classes of the local module will be reported in the XML files. So 
when you have a module A which gets tested by module B, then classes from 
module A will be missing in the XML report of module B, although they are in 
the exec file of module B.
    
    However there is a maven plugin for fixing that: 
https://ctron.github.io/jacoco-extras/xml-mojo.html 😉 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to