diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 3b978b7935..fc95fe14a2 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -295,7 +295,8 @@ koverReport { } defaults { - // add reports of 'release' Android build variant to default reports + // add reports of both 'debug' and 'release' Android build variants to default reports + mergeWith("debug") mergeWith("release") verify {