From b4481dc2a8db08d4d584c3481f20474a44669f92 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 9 Jan 2024 14:15:50 +0100 Subject: [PATCH] Fix the wrong coverage report It wasn't taking into account any test result from the debug runs or screenshot tests Co-authored-by: Jorge Martin Espinosa --- app/build.gradle.kts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {