JuliaCollections / LeftChildRightSiblingTrees.jl

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

Support AbstractTrees #4

Closed timholy closed 4 years ago

timholy commented 4 years ago

Closes #3

codecov-io commented 4 years ago

Codecov Report

Merging #4 into master will decrease coverage by 12.46%. The diff coverage is 64%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #4       +/-   ##
===========================================
- Coverage      95%   82.53%   -12.47%     
===========================================
  Files           1        2        +1     
  Lines          40       63       +23     
===========================================
+ Hits           38       52       +14     
- Misses          2       11        +9
Impacted Files Coverage Δ
src/abstracttrees.jl 40% <40%> (ø)
src/LeftChildRightSiblingTrees.jl 90.56% <80%> (-4.44%) :arrow_down:

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 618eb07...00f6f8e. Read the comment docs.