Closed Divinelink closed 6 months ago
Attention: Patch coverage is 66.66667%
with 10 lines
in your changes are missing coverage. Please review.
Project coverage is 66.15%. Comparing base (
d45400f
) to head (5a89512
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
In this pull request we've made several improvements regarding our application codebase, the most crucial one being the multi module approach.
We've introduced five new core modules:
Additionally, for security reasons, we've updated how we retrieve the "tmdb_auth_token" needed to handle API calls. Previously, we were using remote config to fetch the auth token, but that was not secure enough, as people could easily debug the code and see the token. To fix that the token is now stored in the
local.properties
file that is not uploaded to version control.