I'm using Jacoco for creating a test coverage report and I also use the Parcelize Android extension plugin to create the methods needed for the Parcelables.
When I create the test reports the auto-generated functions are also appearing in the test coverages (e.g. createFromParcel(Parcel))
and of course they don't have any coverage.
How can I exclude those functions from my reports?