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

feat(sozo): split hash command into 'hash compute' and 'hash find' #2892

Merged
merged 3 commits into from
Jan 13, 2025

fix: run fmt

c7a8824
Select commit
Loading
Failed to load commit list.
Merged

feat(sozo): split hash command into 'hash compute' and 'hash find' #2892

fix: run fmt
c7a8824
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 13, 2025 in 0s

55.82% (+0.05%) compared to 5d1d308

View this Pull Request on Codecov

55.82% (+0.05%) compared to 5d1d308

Details

Codecov Report

Attention: Patch coverage is 32.16783% with 97 lines in your changes missing coverage. Please review.

Project coverage is 55.82%. Comparing base (5d1d308) to head (c7a8824).
Report is 13 commits behind head on main.

Files with missing lines Patch % Lines
bin/sozo/src/commands/hash.rs 32.39% 96 Missing ⚠️
bin/sozo/src/commands/mod.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2892      +/-   ##
==========================================
+ Coverage   55.77%   55.82%   +0.05%     
==========================================
  Files         446      449       +3     
  Lines       57794    57824      +30     
==========================================
+ Hits        32234    32283      +49     
+ Misses      25560    25541      -19     

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