filecoin-project / go-amt-ipld

Implementation of an array mapped trie using go and ipld
Other
9 stars 15 forks source link

fix: use Cid.Equals() #77

Closed birdychang closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #77 (c6785c8) into master (ecc4261) will not change coverage. The diff coverage is 100.00%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/filecoin-project/go-amt-ipld/pull/77/graphs/tree.svg?width=650&height=150&src=pr&token=X9N1gLwHJY&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project)](https://app.codecov.io/gh/filecoin-project/go-amt-ipld/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project) ```diff @@ Coverage Diff @@ ## master #77 +/- ## ======================================= Coverage 62.71% 62.71% ======================================= Files 9 9 Lines 1349 1349 ======================================= Hits 846 846 Misses 351 351 Partials 152 152 ``` | [Impacted Files](https://app.codecov.io/gh/filecoin-project/go-amt-ipld/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project) | Coverage Δ | | |---|---|---| | [diff.go](https://app.codecov.io/gh/filecoin-project/go-amt-ipld/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project#diff-ZGlmZi5nbw==) | `69.40% <100.00%> (ø)` | | | [diff\_parallel.go](https://app.codecov.io/gh/filecoin-project/go-amt-ipld/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project#diff-ZGlmZl9wYXJhbGxlbC5nbw==) | `75.37% <100.00%> (ø)` | |
Stebalien commented 1 year ago

https://github.com/filecoin-project/go-hamt-ipld/pull/110#issuecomment-1545751589