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

Review updates #5

Merged
merged 5 commits into from
Jan 28, 2024

Remove useless prints, add more comments and tests

fe355fe
Select commit
Loading
Failed to load commit list.
Merged

Review updates #5

Remove useless prints, add more comments and tests
fe355fe
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 26, 2024 in 0s

92.16% of diff hit (target 57.84%)

View this Pull Request on Codecov

92.16% of diff hit (target 57.84%)

Annotations

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/databases/hashmap_db.rs#L17

Added line #L17 was not covered by tests

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 26 in src/databases/hashmap_db.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/databases/hashmap_db.rs#L26

Added line #L26 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#L29-L33

Added lines #L29 - 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#L37-L41

Added lines #L37 - L41 were not covered by tests

Check warning on line 111 in src/key_value_db.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/key_value_db.rs#L111

Added line #L111 was not covered by tests

Check warning on line 113 in src/key_value_db.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/key_value_db.rs#L113

Added line #L113 was not covered by tests

Check warning on line 382 in src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib.rs#L382

Added line #L382 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 64 in src/trie/path.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/trie/path.rs#L64

Added line #L64 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#L106-L110

Added lines #L106 - L110 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/trie/path.rs#L114

Added line #L114 was 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