neo4j-contrib / neomodel

An Object Graph Mapper (OGM) for the Neo4j graph database.
https://neomodel.readthedocs.io
MIT License
939 stars 231 forks source link

Move Node class registry out of Database init #714

Closed mariusconjeaud closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #714 (bdff325) into rc/5.1.0 (7cacb6b) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##           rc/5.1.0     #714      +/-   ##
============================================
+ Coverage     91.78%   91.80%   +0.01%     
============================================
  Files            15       15              
  Lines          2119     2122       +3     
============================================
+ Hits           1945     1948       +3     
  Misses          174      174              
Impacted Files Coverage Δ
neomodel/core.py 94.27% <100.00%> (+0.05%) :arrow_up:
neomodel/util.py 91.22% <100.00%> (ø)