Closed Divinelink closed 7 months ago
Attention: Patch coverage is 56.40466%
with 599 lines
in your changes are missing coverage. Please review.
Project coverage is 50.53%. Comparing base (
4cc8e64
) to head (307b021
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
In this PR we enhanced the search functionality to also include TV-Series and Persons. This is accomplished by leveraging the multi-search API.
We had to thoroughly update our logic in order to make everything more generic and also introduce some custom deserializers.
Additionally, most of android test are now unit tests by leveraging the robolectric framework. This reduces the time required to finish the test suite by quite a decent amount of time.