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

use bitsize(), make things private again

c4416b7
Select commit
Loading
Failed to load commit list.
Open

support decompressing fixed huffman blocks #124

use bitsize(), make things private again
c4416b7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Mar 10, 2024 in 0s

65.54% of diff hit (target 82.40%)

View this Pull Request on Codecov

65.54% of diff hit (target 82.40%)

Annotations

Check warning on line 38 in huffman/src/decode.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

huffman/src/decode.hpp#L27-L38

Added lines #L27 - L38 were not covered by tests

Check warning on line 74 in huffman/src/decode.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

huffman/src/decode.hpp#L74

Added line #L74 was not covered by tests

Check warning on line 116 in src/decompress.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/decompress.cpp#L115-L116

Added lines #L115 - L116 were not covered by tests

Check warning on line 143 in src/decompress.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/decompress.cpp#L142-L143

Added lines #L142 - L143 were not covered by tests

Check warning on line 151 in src/decompress.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/decompress.cpp#L151

Added line #L151 was not covered by tests

Check warning on line 157 in src/decompress.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/decompress.cpp#L156-L157

Added lines #L156 - L157 were not covered by tests

Check warning on line 167 in src/decompress.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/decompress.cpp#L166-L167

Added lines #L166 - L167 were not covered by tests

Check warning on line 171 in src/decompress.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/decompress.cpp#L170-L171

Added lines #L170 - L171 were not covered by tests

Check warning on line 178 in src/decompress.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/decompress.cpp#L177-L178

Added lines #L177 - L178 were not covered by tests

Check warning on line 181 in src/decompress.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/decompress.cpp#L180-L181

Added lines #L180 - L181 were not covered by tests

Check warning on line 186 in src/decompress.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/decompress.cpp#L186

Added line #L186 was not covered by tests

Check warning on line 248 in src/decompress.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/decompress.cpp#L247-L248

Added lines #L247 - L248 were not covered by tests