Clarify Jacoco configuration for debug build

Add comment to clarify Jacoco configuration for debug builds.
pull/1959/head
Simon Marquis 3 months ago committed by GitHub
parent 52b118a1e0
commit 1ebc99d32c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -65,6 +65,7 @@ internal fun Project.configureJacoco(
commonExtension: CommonExtension,
androidComponentsExtension: AndroidComponentsExtension<*, *, *>,
) {
// Configure only the debug build, otherwise it will force the debuggable flag on release buildTypes as well
commonExtension.buildTypes.named("debug") {
enableAndroidTestCoverage = true
enableUnitTestCoverage = true

Loading…
Cancel
Save