I'm using JaCoCo as an ant task and I get coverage results per line for each source file in the XML results file. This coverage is reported for the entire test suite ran.
Is there a builtin way to get the coverage for each specific test that is run from the test suite?
Thank you in advance,
Alex