JuliaCollections / LeftChildRightSiblingTrees.jl

Memory-efficient representation of a tree with arbitrary number of children/node
MIT License
16 stars 5 forks source link

Support == for two trees #12

Closed timholy closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #12 (775dbc7) into master (f0748dd) will increase coverage by 7.16%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage   89.36%   96.52%   +7.16%     
==========================================
  Files           2        2              
  Lines          94      115      +21     
==========================================
+ Hits           84      111      +27     
+ Misses         10        4       -6     
Impacted Files Coverage Δ
src/LeftChildRightSiblingTrees.jl 96.15% <100.00%> (+3.29%) :arrow_up:
src/abstracttrees.jl 100.00% <0.00%> (+40.00%) :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 f0748dd...775dbc7. Read the comment docs.