fremail / sequelize-nested-set

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

Fix updateNode: don't increment level if no level column #26

Closed fremail closed 3 years ago

fremail commented 3 years ago

Methods using updateNode():

codecov[bot] commented 3 years ago

Codecov Report

Merging #26 (f9ff4f4) into master (6109da8) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #26   +/-   ##
=======================================
  Coverage   58.58%   58.58%           
=======================================
  Files           2        2           
  Lines         495      495           
=======================================
  Hits          290      290           
  Misses        205      205           
Impacted Files Coverage Δ
index.js 58.05% <0.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 6109da8...f9ff4f4. Read the comment docs.