google / agera

Reactive Programming for Android
Apache License 2.0
7.2k stars 639 forks source link

Added forCollection and collection binding #156

Closed ghost closed 7 years ago

ghost commented 7 years ago

still need to get unit tests in place, but uploading for review now, while writing them

codecov-io commented 7 years ago

Codecov Report

Merging #156 into master will increase coverage by 0.03%. The diff coverage is 97.29%.

@@             Coverage Diff              @@
##             master     #156      +/-   ##
============================================
+ Coverage     97.51%   97.54%   +0.03%     
- Complexity      632      636       +4     
============================================
  Files            44       44              
  Lines          1768     1791      +23     
  Branches        205      209       +4     
============================================
+ Hits           1724     1747      +23     
  Misses            7        7              
  Partials         37       37
Impacted Files Coverage Δ Complexity Δ
...d/agera/rvadapter/RepositoryPresenterCompiler.java 98.24% <100%> (+0.28%) 13 <3> (+2) :arrow_up:
...inding/DataBindingRepositoryPresenterCompiler.java 97.7% <95.45%> (+0.47%) 15 <3> (+2) :arrow_up:

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 2ffcaf6...27578d6. Read the comment docs.

ghost commented 7 years ago

done (I hope!)