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:
Benoit Marty 2024-01-09 14:15:50 +01:00 committed by Benoit Marty
parent 80c69e7cf7
commit b4481dc2a8

View file

@ -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 {