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/patch succeeded Feb 2, 2024 in 1s

92.99% of diff hit (target 57.84%)

View this Pull Request on Codecov

92.99% of diff hit (target 57.84%)

Annotations

Check warning on line 21 in src/databases/hashmap_db.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/databases/hashmap_db.rs#L21

Added line #L21 was not covered by tests

Check warning on line 376 in src/databases/rocks_db.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/databases/rocks_db.rs#L376

Added line #L376 was not covered by tests

Check warning on line 23 in src/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/error.rs#L23

Added line #L23 was not covered by tests

Check warning on line 25 in src/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/error.rs#L25

Added line #L25 was not covered by tests

Check warning on line 33 in src/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/error.rs#L31-L33

Added lines #L31 - L33 were not covered by tests

Check warning on line 41 in src/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/error.rs#L39-L41

Added lines #L39 - L41 were not covered by tests

Check warning on line 122 in src/key_value_db.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/key_value_db.rs#L120-L122

Added lines #L120 - L122 were not covered by tests

Check warning on line 149 in src/key_value_db.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/key_value_db.rs#L149

Added line #L149 was not covered by tests

Check warning on line 151 in src/key_value_db.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/key_value_db.rs#L151

Added line #L151 was not covered by tests

Check warning on line 38 in src/trie/merkle_tree.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/trie/merkle_tree.rs#L38

Added line #L38 was not covered by tests

Check warning on line 46 in src/trie/merkle_tree.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/trie/merkle_tree.rs#L45-L46

Added lines #L45 - L46 were not covered by tests

Check warning on line 540 in src/trie/merkle_tree.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/trie/merkle_tree.rs#L540

Added line #L540 was not covered by tests

Check warning on line 546 in src/trie/merkle_tree.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/trie/merkle_tree.rs#L546

Added line #L546 was not covered by tests

Check warning on line 550 in src/trie/merkle_tree.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/trie/merkle_tree.rs#L550

Added line #L550 was not covered by tests

Check warning on line 554 in src/trie/merkle_tree.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/trie/merkle_tree.rs#L554

Added line #L554 was not covered by tests

Check warning on line 559 in src/trie/merkle_tree.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/trie/merkle_tree.rs#L559

Added line #L559 was not covered by tests

Check warning on line 72 in src/trie/path.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/trie/path.rs#L72

Added line #L72 was not covered by tests

Check warning on line 83 in src/trie/path.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/trie/path.rs#L83

Added line #L83 was not covered by tests

Check warning on line 110 in src/trie/path.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/trie/path.rs#L108-L110

Added lines #L108 - L110 were not covered by tests

Check warning on line 112 in src/trie/path.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/trie/path.rs#L112

Added line #L112 was not covered by tests

Check warning on line 115 in src/trie/path.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/trie/path.rs#L114-L115

Added lines #L114 - L115 were not covered by tests

Check warning on line 22 in src/trie/trie_db.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/trie/trie_db.rs#L19-L22

Added lines #L19 - L22 were not covered by tests

Check warning on line 41 in src/trie/trie_db.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/trie/trie_db.rs#L41

Added line #L41 was not covered by tests