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

[WIP] Break down JxlDecoder to better support streaming, preview, animation, etc. #79

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

feat: Add `Session` to expose decoding steps

03de9a8
Select commit
Loading
Failed to load commit list.
Draft

[WIP] Break down JxlDecoder to better support streaming, preview, animation, etc. #79

feat: Add `Session` to expose decoding steps
03de9a8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 11, 2024 in 0s

84.99% (-13.25%) compared to 421606b

View this Pull Request on Codecov

84.99% (-13.25%) compared to 421606b

Details

Codecov Report

Attention: Patch coverage is 27.91878% with 142 lines in your changes missing coverage. Please review.

Project coverage is 84.99%. Comparing base (421606b) to head (03de9a8).

Files with missing lines Patch % Lines
jpegxl-rs/src/decode/session.rs 23.07% 130 Missing ⚠️
jpegxl-rs/src/decode.rs 0.00% 6 Missing ⚠️
jpegxl-rs/src/decode/event.rs 72.72% 6 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master      #79       +/-   ##
===========================================
- Coverage   98.23%   84.99%   -13.25%     
===========================================
  Files          15       17        +2     
  Lines         849     1046      +197     
===========================================
+ Hits          834      889       +55     
- Misses         15      157      +142     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.