google / agera

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

RepoAdapter: allow static items presented with 0 or more item views #157

Closed maxtroy closed 7 years ago

maxtroy commented 7 years ago

This PR fixes how stable IDs are calculated for static items. Also:

codecov-io commented 7 years ago

Codecov Report

Merging #157 into master will increase coverage by 0.05%. The diff coverage is 98.5%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #157      +/-   ##
============================================
+ Coverage     97.87%   97.93%   +0.05%     
+ Complexity      637      635       -2     
============================================
  Files            44       44              
  Lines          1791     1791              
  Branches        209      207       -2     
============================================
+ Hits           1753     1754       +1     
  Misses            5        5              
+ Partials         33       32       -1
Impacted Files Coverage Δ Complexity Δ
...gle/android/agera/rvadapter/RepositoryAdapter.java 95.3% <98.5%> (+0.67%) 21 <1> (-2) :arrow_down:

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 c40c4ba...d68655a. Read the comment docs.