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
8f2a1e9e2d
commit
ffa59333a1
1 changed files with 2 additions and 1 deletions
|
|
@ -295,7 +295,8 @@ koverReport {
|
||||||
}
|
}
|
||||||
|
|
||||||
defaults {
|
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")
|
mergeWith("release")
|
||||||
|
|
||||||
verify {
|
verify {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue