luizgrp / SectionedRecyclerViewAdapter

An Adapter that allows a RecyclerView to be split into Sections with headers and/or footers. Each Section can have its state controlled individually.
MIT License
1.68k stars 372 forks source link

Release 3.0.0 #181

Closed luizgrp closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #181 into master will increase coverage by 3.5%. The diff coverage is 95.8%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #181     +/-   ##
========================================
+ Coverage   88.39%   91.9%   +3.5%     
========================================
  Files           4       6      +2     
  Lines         543     605     +62     
  Branches       78      79      +1     
========================================
+ Hits          480     556     +76     
+ Misses         44      26     -18     
- Partials       19      23      +4
Impacted Files Coverage Δ
...onedrecyclerviewadapter/utils/EmptyViewHolder.java 0% <0%> (ø)
...r/compat/SectionedRecyclerViewAdapterV2Compat.java 100% <100%> (ø)
.../luizgrp/sectionedrecyclerviewadapter/Section.java 82.02% <72.22%> (-6.03%) :arrow_down:
...yclerviewadapter/SectionedRecyclerViewAdapter.java 87.6% <91.66%> (-3.04%) :arrow_down:
...p/sectionedrecyclerviewadapter/SectionAdapter.java 99.2% <99.2%> (ø)
... 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 0e0b1cf...a8ef9d9. Read the comment docs.