A feature that will come handy is to add the possibility to exclude folders or files from the instrumentation. For example, JaCoCo provides this as a configuration:
<configuration>
<excludes>
<exclude>META-INF/**</exclude>
</excludes>
</configuration>