|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [JIRA] (JENKINS-14274) Multi module reporti... [email protected] (JIRA)
- [JIRA] (JENKINS-14274) Multi module re... [email protected] (JIRA)
- [JIRA] (JENKINS-14274) Multi module re... [email protected] (JIRA)
- [JIRA] (JENKINS-14274) Multi module re... [email protected] (JIRA)
- [JIRA] (JENKINS-14274) Multi module re... [email protected] (JIRA)
- [JIRA] (JENKINS-14274) Multi module re... [email protected] (JIRA)
- [JIRA] (JENKINS-14274) Multi module re... [email protected] (JIRA)
- [JIRA] (JENKINS-14274) Multi module re... [email protected] (JIRA)

I have the following layout after I build my project:
*sources/
**plugins/
***pluginA/
***pluginB/
**tests/
***testA/
***testB/
**target/
***jacoco.exec
***coverage-report/
****coverage-report.xml
****html/...
HTML reports show me everything I need: percentages, highlighted sources from classes from all my modules. Reports contains aggregated report for all tests, and relies on classes from all modules.
The Jacoco Jenkins plugin only show me "all classes", I cannot drill dows as I can do with HTML reports.