musicbeeremote / mbrc

MusicBee Remote for Android
https://mbrc.kelsos.net/
GNU General Public License v3.0
127 stars 24 forks source link

Refactor MiniControl fragment #194

Closed kelsos closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #194 into master will increase coverage by 0.76%. The diff coverage is 90%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #194      +/-   ##
============================================
+ Coverage     22.79%   23.55%   +0.76%     
- Complexity      308      316       +8     
============================================
  Files           245      245              
  Lines          4216     4220       +4     
  Branches        377      377              
============================================
+ Hits            961      994      +33     
+ Misses         3189     3157      -32     
- Partials         66       69       +3
Impacted Files Coverage Δ Complexity Δ
.../main/java/com/kelsos/mbrc/di/modules/AppModule.kt 0% <ø> (ø) 0 <0> (ø) :arrow_down:
...brc/features/minicontrol/MiniControlFactoryImpl.kt 0% <ø> (ø) 0 <0> (ø) :arrow_down:
...ain/java/com/kelsos/mbrc/common/state/BaseState.kt 58.33% <0%> (-5.31%) 5 <0> (ø)
...kelsos/mbrc/networking/client/UserActionUseCase.kt 100% <100%> (ø) 0 <0> (ø) :arrow_down:
.../mbrc/features/minicontrol/MiniControlViewModel.kt 62.5% <100%> (ø) 4 <3> (?)
...s/mbrc/features/minicontrol/MiniControlFragment.kt 83.33% <100%> (ø) 3 <1> (?)
...src/main/java/com/kelsos/mbrc/events/UserAction.kt 50% <0%> (+25%) 1% <0%> (ø) :arrow_down:
...kelsos/mbrc/content/library/tracks/PlayingTrack.kt 63.63% <0%> (+27.27%) 2% <0%> (+1%) :arrow_up:
...n/java/com/kelsos/mbrc/ui/PicassoBindingAdapter.kt 28% <0%> (+28%) 0% <0%> (ø) :arrow_down:
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 25d1d81...06372fd. Read the comment docs.