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

support decompressing fixed huffman blocks #124

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

move things from header to .cpp to make gcc happy

b29aaf3
Select commit
Loading
Failed to load commit list.
Open

support decompressing fixed huffman blocks #124

move things from header to .cpp to make gcc happy
b29aaf3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 10, 2024 in 0s

81.56% (-0.84%) compared to 1cd6846

View this Pull Request on Codecov

81.56% (-0.84%) compared to 1cd6846

Details

Codecov Report

Attention: Patch coverage is 65.54622% with 41 lines in your changes are missing coverage. Please review.

Project coverage is 81.56%. Comparing base (1cd6846) to head (b29aaf3).

Files Patch % Lines
src/decompress.cpp 73.33% 18 Missing and 10 partials ⚠️
huffman/src/decode.hpp 7.14% 13 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #124      +/-   ##
==========================================
- Coverage   82.40%   81.56%   -0.84%     
==========================================
  Files          16       17       +1     
  Lines         625      754     +129     
  Branches       39       59      +20     
==========================================
+ Hits          515      615     +100     
- Misses         92      113      +21     
- Partials       18       26       +8     

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