celestiaorg / smt

A Go library that implements a Sparse Merkle tree for a key-value map.
https://godoc.org/github.com/celestiaorg/smt
MIT License
138 stars 53 forks source link

Rebrand #46

Closed adlerjohn closed 3 years ago

adlerjohn commented 3 years ago

Fixes #41

codecov-commenter commented 3 years ago

Codecov Report

Merging #46 (1dddfce) into master (03ea407) will decrease coverage by 1.42%. The diff coverage is 67.39%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
- Coverage   87.47%   86.05%   -1.43%     
==========================================
  Files           6        6              
  Lines         455      466      +11     
==========================================
+ Hits          398      401       +3     
- Misses         31       37       +6     
- Partials       26       28       +2     
Impacted Files Coverage Δ
deepsubtree.go 63.46% <59.37%> (-6.54%) :arrow_down:
smt.go 80.78% <71.42%> (+0.38%) :arrow_up:
treehasher.go 100.00% <100.00%> (ø)

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 85c78b7...1dddfce. Read the comment docs.

adlerjohn commented 3 years ago

@musalbas is there anything that needs to be configured with coveralls, or will it pick up the new package name automatically?

musalbas commented 3 years ago

Badge still broken. See: https://github.com/celestiaorg/smt/issues/47