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

Add a property interface to ZstdCompressor, add ZstdError type #48

Closed
wants to merge 1 commit into from

Add a property interface to ZstdCompressor, add ZstdError type

ab87b58
Select commit
Loading
Failed to load commit list.
Closed

Add a property interface to ZstdCompressor, add ZstdError type #48

Add a property interface to ZstdCompressor, add ZstdError type
ab87b58
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 19, 2024 in 0s

34.12% (+3.14%) compared to 4c799fe

View this Pull Request on Codecov

34.12% (+3.14%) compared to 4c799fe

Details

Codecov Report

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

Project coverage is 34.12%. Comparing base (4c799fe) to head (ab87b58).

Files Patch % Lines
src/compression.jl 47.82% 12 Missing ⚠️
src/libzstd.jl 93.75% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
+ Coverage   30.98%   34.12%   +3.14%     
==========================================
  Files           5        5              
  Lines         510      548      +38     
==========================================
+ Hits          158      187      +29     
- Misses        352      361       +9     

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