fremail / sequelize-nested-set

Library to store and manage nested set trees using Sequelize
MIT License
40 stars 10 forks source link

Fix addChild() and other functions with similar bugs #8

Closed fremail closed 5 years ago

fremail commented 5 years ago

Fixes #7

codecov[bot] commented 5 years ago

Codecov Report

Merging #8 into master will increase coverage by 6.6%. The diff coverage is 60%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master       #8     +/-   ##
=========================================
+ Coverage   42.24%   48.84%   +6.6%     
=========================================
  Files           1        2      +1     
  Lines         419      434     +15     
=========================================
+ Hits          177      212     +35     
+ Misses        242      222     -20
Impacted Files Coverage Δ
index.js 47.87% <52.5%> (+5.63%) :arrow_up:
helpers.js 90% <90%> (ø)

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 f1a89b6...b4461d2. Read the comment docs.