filecoin-project / go-amt-ipld

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

fix(diff): handle edge case diffing empty against non-empty #56

Closed frrist closed 3 years ago

frrist commented 3 years ago
codecov-commenter commented 3 years ago

Codecov Report

Merging #56 (ff5bb27) into master (506754a) will increase coverage by 0.26%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #56      +/-   ##
==========================================
+ Coverage   65.75%   66.02%   +0.26%     
==========================================
  Files           6        6              
  Lines         514      518       +4     
==========================================
+ Hits          338      342       +4     
  Misses         93       93              
  Partials       83       83              
Impacted Files Coverage Δ
diff.go 66.84% <100.00%> (+0.71%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 506754a...ff5bb27. Read the comment docs.