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 <jorgem@element.io>
This commit is contained in:
committed by
Benoit Marty
parent
80c69e7cf7
commit
b4481dc2a8
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user