marcobiedermann / spotify-clone

🎵 Simple Spotify clone using their Web API.
https://marcobiedermann-spotify-clone.netlify.com/
MIT License
4 stars 0 forks source link

chore: Test Performance #346

Closed marcobiedermann closed 2 years ago

marcobiedermann commented 2 years ago

Increase performance of tests by using multiple worker threads

codecov-commenter commented 2 years ago

Codecov Report

Merging #346 (39bad5f) into main (11d5e84) will decrease coverage by 2.54%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #346      +/-   ##
==========================================
- Coverage   97.23%   94.69%   -2.55%     
==========================================
  Files          34       34              
  Lines         217      113     -104     
  Branches       21       21              
==========================================
- Hits          211      107     -104     
  Misses          6        6              
Impacted Files Coverage Δ
src/js/components/Search/__fixtures__/index.ts 50.00% <0.00%> (-16.67%) :arrow_down:
src/js/components/Albums/index.tsx 75.00% <0.00%> (-13.89%) :arrow_down:
src/js/components/Artists/index.tsx 75.00% <0.00%> (-13.89%) :arrow_down:
src/js/components/Playlists/index.tsx 75.00% <0.00%> (-13.89%) :arrow_down:
src/js/components/Categories/index.tsx 75.00% <0.00%> (-13.89%) :arrow_down:
src/js/components/Album/index.tsx 87.50% <0.00%> (-4.81%) :arrow_down:
src/js/components/Me/index.tsx 100.00% <0.00%> (ø)
src/js/components/Main/index.tsx 100.00% <0.00%> (ø)
src/js/components/User/index.tsx 100.00% <0.00%> (ø)
src/js/components/Aside/index.tsx 100.00% <0.00%> (ø)
... and 24 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 11d5e84...39bad5f. Read the comment docs.