peguerosdc / subplayer

A music player frontend compatible with Subsonic backends
https://subplayer.netlify.app/
GNU General Public License v3.0
87 stars 12 forks source link

Fixing artists pagination for big indexes #22

Closed peguerosdc closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #22 into master will increase coverage by 0.89%. The diff coverage is 80.64%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage   83.52%   84.41%   +0.89%     
==========================================
  Files          62       65       +3     
  Lines        1056     1065       +9     
  Branches      165      166       +1     
==========================================
+ Hits          882      899      +17     
+ Misses        142      135       -7     
+ Partials       32       31       -1     
Impacted Files Coverage Δ
...artists/ArtistsList/ArtistElement/ArtistElement.js 50.00% <50.00%> (ø)
src/components/artists/ArtistsList/ArtistsList.js 80.64% <82.35%> (+36.20%) :arrow_up:
...s/artists/ArtistsList/ArtistHeader/ArtistHeader.js 100.00% <100.00%> (ø)
...s/artists/ArtistsList/ArtistLoader/ArtistLoader.js 100.00% <100.00%> (ø)
src/redux/selectors/artistSelectors.js 100.00% <100.00%> (ø)

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 6736321...d8e28fb. Read the comment docs.