Hi,
Thanks, let me thank this awesome tool.
I managed to generate a jacoco.exec with a few sessions and now I would like to generate
a coverage report per session. Does not need to be like the .html report generated by JaCoCo,
but to keep this post simple, let's assume I want to generated one those reports per session.
so far. With the ExecDump example I can visit each session, but SessionInfo does not include
any coverage information.
Does the .exec include coverage per session? And if yes, could you please point me out what's
the API I need to use to go through all sessions and get the coverage of each one?
--
Thanks,
Jose