filecoin-project / go-amt-ipld

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

Use cbor-gen readers and writers #65

Closed iand closed 2 years ago

iand commented 2 years ago

See https://github.com/whyrusleeping/cbor-gen/pull/67

codecov-commenter commented 2 years ago

Codecov Report

Merging #65 (a4ce594) into master (7fd249d) will decrease coverage by 0.49%. The diff coverage is 47.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #65      +/-   ##
==========================================
- Coverage   60.02%   59.52%   -0.50%     
==========================================
  Files           8        8              
  Lines         973      976       +3     
==========================================
- Hits          584      581       -3     
- Misses        265      269       +4     
- Partials      124      126       +2     
Impacted Files Coverage Δ
internal/cbor_gen.go 30.92% <47.50%> (-2.06%) :arrow_down:
iand commented 2 years ago

@Stebalien I don't have permission to merge this. Brought it up to date so everything passes