Closed thekirankumar closed 7 years ago
Merging #105 into master will increase coverage by
0.06%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #105 +/- ##
==========================================
+ Coverage 92.56% 92.63% +0.06%
==========================================
Files 53 53
Lines 3053 3053
==========================================
+ Hits 2826 2828 +2
+ Misses 227 225 -2
Impacted Files | Coverage Δ | |
---|---|---|
LayoutKit/Views/ReloadableViewLayoutAdapter.swift | 94.73% <100%> (+2.1%) |
:white_check_mark: |
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 43b864d...03c2ea0. Read the comment docs.
Making the backgroundLayoutQueue property in ReloadableViewLayoutAdapter public will help us get a reference of the underlying queue on which we can retrieve our Realm objects. Fixes #104