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

rANS (rans4x8) encoding support for CRAM block compression #330

Merged
merged 3 commits into from
Jan 14, 2025

Fall back to Order-0 if the input is too small

207055f
Select commit
Loading
Failed to load commit list.
Merged

rANS (rans4x8) encoding support for CRAM block compression #330

Fall back to Order-0 if the input is too small
207055f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 7, 2025 in 0s

89.83% (-0.15%) compared to c5f3bb6

View this Pull Request on Codecov

89.83% (-0.15%) compared to c5f3bb6

Details

Codecov Report

Attention: Patch coverage is 85.66667% with 43 lines in your changes missing coverage. Please review.

Project coverage is 89.83%. Comparing base (c5f3bb6) to head (207055f).

Files with missing lines Patch % Lines
src/cljam/io/cram/codecs/rans4x8.clj 84.89% 4 Missing and 38 partials ⚠️
src/cljam/io/cram/encode/structure.clj 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #330      +/-   ##
==========================================
- Coverage   89.97%   89.83%   -0.15%     
==========================================
  Files         104      104              
  Lines        9341     9624     +283     
  Branches      490      528      +38     
==========================================
+ Hits         8405     8646     +241     
- Misses        446      450       +4     
- Partials      490      528      +38     

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