Jacoco Options
Options for controlling Jacoco reporting
Properties
Link copied to clipboard
Options for controlling the CSV Report generated by Jacoco
Link copied to clipboard
List of class name patterns that should be excluded from being processed by Jacoco. By default, this will exclude R.class & BuildConfig.class
Link copied to clipboard
Options for controlling the HTML Report generated by Jacoco
Link copied to clipboard
Filter the generated Jacoco tasks, so that only the given build variants are provided with a companion task. Make sure to add the full product flavor name if necessary (i.e. "paidDebug" if you use a "paid" product flavor and the "debug" build type). By default, this set is empty, meaning that tasks are generated for all variants.
Link copied to clipboard
Whether to enable Jacoco task integration
Link copied to clipboard
Options for controlling the XML Report generated by Jacoco