Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[POC] refactor: context receivers #164

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Merge branch 'master' of https://github.com/Kotlin-Android-Open-Sourc…

f6e6c23
Select commit
Loading
Failed to load commit list.
Open

[POC] refactor: context receivers #164

Merge branch 'master' of https://github.com/Kotlin-Android-Open-Sourc…
f6e6c23
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 29, 2024 in 0s

52.34% (-0.42%) compared to 418a3d1, passed because coverage increased by 0.39% when compared to adjusted base (51.94%)

View this Pull Request on Codecov

52.34% (-0.42%) compared to 418a3d1, passed because coverage increased by 0.39% when compared to adjusted base (51.94%)

Details

Codecov Report

Attention: Patch coverage is 62.00000% with 19 lines in your changes missing coverage. Please review.

Project coverage is 52.34%. Comparing base (418a3d1) to head (f6e6c23).
Report is 124 commits behind head on master.

Files with missing lines Patch % Lines
...in/java/com/hoc/flowmvi/data/UserRepositoryImpl.kt 68.00% 7 Missing and 1 partial ⚠️
...in/src/main/java/com/hoc/flowmvi/ui/main/MainVM.kt 60.00% 0 Missing and 4 partials ⚠️
...om/hoc/flowmvi/mvi_testing/BaseMviViewModelTest.kt 0.00% 3 Missing ⚠️
...-add/src/main/java/com/hoc/flowmvi/ui/add/AddVM.kt 66.66% 0 Missing and 2 partials ⚠️
...rc/main/java/com/hoc/flowmvi/ui/search/SearchVM.kt 33.33% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #164      +/-   ##
============================================
- Coverage     52.75%   52.34%   -0.42%     
  Complexity       74       74              
============================================
  Files            45       45              
  Lines          1107     1131      +24     
  Branches        126      134       +8     
============================================
+ Hits            584      592       +8     
- Misses          496      504       +8     
- Partials         27       35       +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.