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

Refactor unwrap to improve error handling #937

Merged
merged 1 commit into from
Jan 3, 2025

Refactor unwrap to improve error handling

c2392e1
Select commit
Loading
Failed to load commit list.
Merged

Refactor unwrap to improve error handling #937

Refactor unwrap to improve error handling
c2392e1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 3, 2025 in 0s

77.18% (+0.01%) compared to ffef4d1

View this Pull Request on Codecov

77.18% (+0.01%) compared to ffef4d1

Details

Codecov Report

Attention: Patch coverage is 30.76923% with 18 lines in your changes missing coverage. Please review.

Project coverage is 77.18%. Comparing base (ffef4d1) to head (c2392e1).

Files with missing lines Patch % Lines
src/peer.rs 0.00% 5 Missing ⚠️
src/storage.rs 0.00% 4 Missing ⚠️
src/graphql/export.rs 0.00% 3 Missing ⚠️
src/main.rs 0.00% 3 Missing ⚠️
src/graphql/statistics.rs 0.00% 1 Missing ⚠️
src/lib.rs 75.00% 1 Missing ⚠️
src/publish/implement.rs 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #937      +/-   ##
==========================================
+ Coverage   77.17%   77.18%   +0.01%     
==========================================
  Files          32       32              
  Lines       25723    25722       -1     
==========================================
+ Hits        19851    19854       +3     
+ Misses       5872     5868       -4     

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