Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: foundations #209

Open
wants to merge 30 commits into
base: feature/website
Choose a base branch
from
Open

feat: foundations #209

wants to merge 30 commits into from

Conversation

TroyKomodo
Copy link
Member

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

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices 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.

  • I have read the CONTRIBUTING doc
  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • Any dependent changes have been merged and published in downstream modules

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.

@TroyKomodo TroyKomodo requested a review from a team as a code owner April 29, 2024 18:31
@TroyKomodo TroyKomodo requested a review from a team as a code owner June 23, 2024 15:43
Copy link

codecov bot commented Jun 23, 2024

Codecov Report

Attention: Patch coverage is 28.54015% with 5874 lines in your changes missing coverage. Please review.

Project coverage is 21.96%. Comparing base (52ac456) to head (c08f4d5).
Report is 27 commits behind head on feature/website.

Current head c08f4d5 differs from pull request most recent head 5b18cf7

Please upload reports for the commit 5b18cf7 to get more accurate results.

Additional details and impacted files
@@                 Coverage Diff                  @@
##           feature/website     #209       +/-   ##
====================================================
- Coverage            46.72%   21.96%   -24.77%     
====================================================
  Files                  486      101      -385     
  Lines                30818    10683    -20135     
====================================================
- Hits                 14399     2346    -12053     
+ Misses               16419     8337     -8082     
Files Coverage Δ
ffmpeg/src/decoder.rs 0.00% <ø> (-60.98%) ⬇️
ffmpeg/src/encoder.rs 0.00% <ø> (ø)
ffmpeg/src/filter_graph.rs 0.00% <ø> (ø)
ffmpeg/src/io/internal.rs 0.00% <ø> (-64.59%) ⬇️
ffmpeg/src/io/output.rs 0.00% <ø> (-47.42%) ⬇️
ffmpeg/src/packet.rs 0.00% <ø> (-37.94%) ⬇️
ffmpeg/src/scalar.rs 0.00% <ø> (-89.37%) ⬇️
image-processor/src/worker/process/libwebp.rs 0.00% <ø> (ø)
foundations/macros/src/lib.rs 95.00% <95.00%> (ø)
foundations/macros/src/settings/types/field_ty.rs 97.61% <97.61%> (ø)
... and 80 more

... and 444 files with indirect coverage changes

Comment on lines +4 to +20
# "platform/api",
"image-processor",
"image-processor/proto",
# "video/edge",
# "video/ingest",
# "video/transcoder",
# "video/lib/*",
# "video/api",
# "video/player",
# "video/player_types",
# "video/common",
# "video/cli",
# "binary-helper",
# "utils",
# "proto",
# "config",
# "config/derive",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whats going on here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

due to changes the other libs dont build, and we havent fixed them so in order to use i commented them out

@TroyKomodo TroyKomodo force-pushed the foundations branch 2 times, most recently from a5aefe2 to e0eca0d Compare July 13, 2024 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants