ch1ller0 / fridgefm-radio-core

Simple lightweight package for creating your own radio station via NodeJS heavily inspired by Shoutcast and Icecast.
https://fridgefm.com
MIT License
44 stars 8 forks source link

Minor improvements #313

Closed ch1ller0 closed 2 years ago

ch1ller0 commented 2 years ago
codecov-commenter commented 2 years ago

Codecov Report

Merging #313 (eb37d86) into master (6f70140) will decrease coverage by 2.60%. The diff coverage is 86.95%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #313      +/-   ##
==========================================
- Coverage   87.41%   84.81%   -2.61%     
==========================================
  Files          18       22       +4     
  Lines         310      395      +85     
  Branches       35       65      +30     
==========================================
+ Hits          271      335      +64     
- Misses         39       60      +21     
Impacted Files Coverage Δ
src/base/Playlist/methods.ts 73.91% <0.00%> (+1.69%) :arrow_up:
src/types/public.h.ts 0.00% <ø> (ø)
src/base/Playlist/Playlist.ts 80.76% <50.00%> (+1.17%) :arrow_up:
src/features/EventBus/EventBus.ts 56.25% <50.00%> (-25.57%) :arrow_down:
src/base/Track/methods.ts 90.56% <81.81%> (-9.44%) :arrow_down:
src/__tests__/test-utils.mock.ts 100.00% <100.00%> (ø)
src/base/Queuestream.ts 78.94% <100.00%> (-6.35%) :arrow_down:
src/base/Station.ts 94.44% <100.00%> (+0.15%) :arrow_up:
src/constants.ts 100.00% <100.00%> (ø)
src/features/Prebuffer.ts 100.00% <100.00%> (ø)
... 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 6f70140...eb37d86. Read the comment docs.