includeAndroidTestResults

var includeAndroidTestResults: Boolean = true

Whether to include results from instrumented Android tests into the final coverage report. If disabled this also causes the plugin to not automatically execute instrumented Android tests (if not already disabled by executeAndroidTests).

Default: true

See also