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 method to get the changes of a specific commit id #13

Merged
merged 4 commits into from
Feb 5, 2024

Format tests.

a63fc25
Select commit
Loading
Failed to load commit list.
Merged

Add a method to get the changes of a specific commit id #13

Format tests.
a63fc25
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 2, 2024 in 1s

90.71% (+32.86%) compared to d2dd35d

View this Pull Request on Codecov

90.71% (+32.86%) compared to d2dd35d

Details

Codecov Report

Attention: 36 lines in your changes are missing coverage. Please review.

Comparison is base (d2dd35d) 57.84% compared to head (a63fc25) 90.71%.
Report is 7 commits behind head on oss.

Files Patch % Lines
src/error.rs 0.00% 8 Missing ⚠️
src/trie/merkle_tree.rs 94.24% 8 Missing ⚠️
src/trie/path.rs 90.24% 8 Missing ⚠️
src/key_value_db.rs 84.84% 5 Missing ⚠️
src/trie/trie_db.rs 77.27% 5 Missing ⚠️
src/databases/hashmap_db.rs 0.00% 1 Missing ⚠️
src/databases/rocks_db.rs 87.50% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##              oss      #13       +/-   ##
===========================================
+ Coverage   57.84%   90.71%   +32.86%     
===========================================
  Files          11       17        +6     
  Lines         344     2154     +1810     
===========================================
+ Hits          199     1954     +1755     
- Misses        145      200       +55     

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