Closed singhpratyush closed 5 years ago
Merging #96 into develop will decrease coverage by
<.01%
. The diff coverage is0%
.
@@ Coverage Diff @@
## develop #96 +/- ##
==========================================
- Coverage 0.53% 0.53% -0.01%
==========================================
Files 130 130
Lines 2980 2981 +1
Branches 574 574
==========================================
Hits 16 16
- Misses 2621 2622 +1
Partials 343 343
Impacted Files | Coverage Δ | |
---|---|---|
src/post/PostCard/index.js | 0% <0%> (ø) |
: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 24bfb44...e36af46. Read the comment docs.
When rendering a long list of posts, the app stops for a small amount of time and then displays everything.
Lazyloading would make things faster in this case.