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: Vite #336

Closed marcobiedermann closed 2 years ago

marcobiedermann commented 2 years ago

Migrate from Webpack to Vite

codecov-commenter commented 2 years ago

Codecov Report

Merging #336 (0261778) into main (a4167e3) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #336   +/-   ##
=======================================
  Coverage   97.23%   97.23%           
=======================================
  Files          34       34           
  Lines         217      217           
  Branches       21       21           
=======================================
  Hits          211      211           
  Misses          6        6           
Impacted Files Coverage Δ
src/js/components/Album/__fixtures__/index.ts 100.00% <ø> (ø)
src/js/components/Album/index.tsx 92.30% <ø> (ø)
src/js/components/Albums/index.tsx 88.88% <ø> (ø)
src/js/components/Artist/__fixtures__/index.ts 100.00% <ø> (ø)
src/js/components/Artist/index.tsx 100.00% <ø> (ø)
src/js/components/Artists/index.tsx 88.88% <ø> (ø)
src/js/components/Aside/index.tsx 100.00% <ø> (ø)
src/js/components/Button/index.tsx 100.00% <ø> (ø)
src/js/components/Categories/index.tsx 88.88% <ø> (ø)
src/js/components/Category/__fixtures__/index.ts 100.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 a4167e3...0261778. Read the comment docs.