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: SWC #352

Closed marcobiedermann closed 1 year ago

marcobiedermann commented 2 years ago

Replace Babel with SWC

codecov-commenter commented 2 years ago

Codecov Report

Merging #352 (4645171) into main (e34581d) will decrease coverage by 18.29%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             main     #352       +/-   ##
===========================================
- Coverage   92.56%   74.26%   -18.30%     
===========================================
  Files          36       36               
  Lines         121      750      +629     
  Branches       22      138      +116     
===========================================
+ Hits          112      557      +445     
- Misses          9      193      +184     
Impacted Files Coverage Δ
src/js/components/Footer/index.tsx 66.66% <0.00%> (-33.34%) :arrow_down:
src/js/components/Artist/index.tsx 70.00% <0.00%> (-30.00%) :arrow_down:
src/js/components/Category/index.tsx 71.42% <0.00%> (-28.58%) :arrow_down:
src/js/components/Playlist/index.tsx 71.42% <0.00%> (-28.58%) :arrow_down:
src/js/components/AlbumTracks/index.tsx 72.72% <0.00%> (-27.28%) :arrow_down:
src/js/components/Image/index.tsx 74.35% <0.00%> (-25.65%) :arrow_down:
src/js/components/Album/index.tsx 62.50% <0.00%> (-25.00%) :arrow_down:
src/js/components/PlaylistTracks/index.tsx 50.00% <0.00%> (-25.00%) :arrow_down:
src/js/components/Main/index.tsx 75.60% <0.00%> (-24.40%) :arrow_down:
src/js/components/Aside/index.tsx 75.60% <0.00%> (-24.40%) :arrow_down:
... and 26 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 e34581d...4645171. Read the comment docs.

marcobiedermann commented 1 year ago

Replaced by Vitest #413