ScuffleTV / scuffle

Live streaming platform
https://scuffle.tv
224 stars 25 forks source link

Update Deps and Improve CI #109

Closed TroyKomodo closed 1 year ago

TroyKomodo commented 1 year ago

Updates all deps for JS and Rust and fixes lint and build for website docker.

Also improves CI using better caching.

Proposed changes

Describe the big picture of what you want to change here, to help the maintainers understand why we should accept this pull request. Be sure to link to the issue if it fixes a bug or resolves a feature request.

Types of changes

What types of changes does your code introduce to Scuffle? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Further comments

If this is a relatively large or complex change, you may want to start the discussion by explaining why you chose the solution you did, what alternatives you considered, etc.

codecov[bot] commented 1 year ago

Codecov Report

Merging #109 (25bb4ad) into main (2a04f77) will increase coverage by 0.02%. The diff coverage is 73.81%.

:exclamation: Current head 25bb4ad differs from pull request most recent head 6325951. Consider uploading reports for the commit 6325951 to get more accurate results

@@            Coverage Diff             @@
##             main     #109      +/-   ##
==========================================
+ Coverage   73.91%   73.93%   +0.02%     
==========================================
  Files         229      219      -10     
  Lines       17440    17506      +66     
==========================================
+ Hits        12890    12943      +53     
- Misses       4550     4563      +13     
Impacted Files Coverage Δ
video/edge/src/edge/mod.rs 0.00% <0.00%> (ø)
video/edge/src/edge/stream.rs 0.00% <0.00%> (ø)
video/transcoder/src/transcoder/mod.rs 66.66% <20.00%> (-15.69%) :arrow_down:
config/config/src/error.rs 26.96% <26.96%> (ø)
config/config/src/sources/utils.rs 50.76% <50.76%> (ø)
config/config/src/primitives.rs 56.20% <56.20%> (ø)
common/src/logging.rs 87.50% <62.50%> (ø)
config/config/src/sources/file/json.rs 69.56% <69.56%> (ø)
config/config/src/sources/file/toml.rs 72.00% <72.00%> (ø)
config/config/src/key.rs 73.75% <73.75%> (ø)
... and 16 more

... and 20 files with indirect coverage changes