Hi,
no, this is not supported with JaCoCo out of the box. JaCoCo works on
JVM level as a Java agent and provides no framework specific mechanisms.
There is a old prototype based on EMMA:
http://www.eclemma.org/research/instrumentingosgi/index.html
But be warned that EMMA does not work with modern Java versions and the
prototype is not a supported project at all.
Theoretically one could think of implementing the same strategy as
described in the paper on top of JaCoCo APIs.
Regards,
-marc