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

Better error handling #41

Merged
merged 3 commits into from
Dec 17, 2024

avoid shadowing error with argument name

4866eeb
Select commit
Loading
Failed to load commit list.
Merged

Better error handling #41

avoid shadowing error with argument name
4866eeb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 17, 2024 in 0s

82.63% (-2.29%) compared to 5ce971b

View this Pull Request on Codecov

82.63% (-2.29%) compared to 5ce971b

Details

Codecov Report

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

Project coverage is 82.63%. Comparing base (5ce971b) to head (4866eeb).

Files with missing lines Patch % Lines
src/compression.jl 50.00% 11 Missing ⚠️
src/decompression.jl 60.71% 11 Missing ⚠️
src/libbzip2.jl 94.73% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #41      +/-   ##
==========================================
- Coverage   84.92%   82.63%   -2.29%     
==========================================
  Files           4        4              
  Lines         126      167      +41     
==========================================
+ Hits          107      138      +31     
- Misses         19       29      +10     

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