Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho surefire with sources



On Thu, Jun 4, 2020 at 8:09 PM arcanefoam@xxxxxxxxx <arcanefoam@xxxxxxxxx> wrote:
Thanks for the information. But then can you try to point me in a direction to find out why the Jacoco reports from tycho tests do not include the classes under test information? I only get coverage about the test classes.

I guess that jacoco.exec file generated during file contains info about all classes. Your "report" step is probably the one that's misconfigured, but I don't think it's a Tycho issue, more a general Maven/Jacoco one.
I often see people using SonarQube to present Jacoco reports (among others) for Tycho-based builds. IIRC, SonarQube does manage to resolve source properly and generate good reports.

Back to the top