BBVA / qed

The scalable, auditable and high-performance tamper-evident log project
https://qed.readthedocs.io/
Apache License 2.0
95 stars 19 forks source link

New hyper tree implementation using batches #71

Closed aalda closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #71 into master will increase coverage by 6.67%. The diff coverage is 75.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #71      +/-   ##
==========================================
+ Coverage   61.63%   68.31%   +6.67%     
==========================================
  Files          49       62      +13     
  Lines        2990     3225     +235     
==========================================
+ Hits         1843     2203     +360     
+ Misses        984      879     -105     
+ Partials      163      143      -20
Impacted Files Coverage Δ
gossip/agent.go 57.14% <ø> (ø) :arrow_up:
balloon/cache/lru.go 0% <0%> (ø) :arrow_up:
balloon/test_util.go 0% <0%> (ø)
balloon/history/navigation/test_util.go 0% <0%> (ø)
balloon/hyper/navigation/audit.go 0% <0%> (ø)
balloon/hyper/pruning/loader.go 0% <0%> (ø)
balloon/history/pruning/print_visitor.go 0% <0%> (ø)
balloon/hyper/pruning/rebuild.go 0% <0%> (ø)
balloon/balloon.go 78.66% <100%> (-6.67%) :arrow_down:
balloon/cache/simple.go 70.58% <100%> (ø) :arrow_up:
... and 60 more

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 57ace16...2657014. Read the comment docs.

aalda commented 5 years ago

Finally, tests have run successfully!