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:
parent
80c69e7cf7
commit
b4481dc2a8
1 changed files with 2 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue