neo4jrb / activegraph

An active model wrapper for the Neo4j Graph Database for Ruby.
http://neo4jrb.io
MIT License
1.4k stars 276 forks source link

Issue 1560 fix for preserving schema integrity for has_one relationship through ActiveRel #1561

Closed amitsuryavanshi closed 5 years ago

amitsuryavanshi commented 5 years ago

Fixes #1560

This pull introduces/changes:

codecov-io commented 5 years ago

Codecov Report

Merging #1561 into master will decrease coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1561      +/-   ##
==========================================
- Coverage   93.23%   93.21%   -0.03%     
==========================================
  Files         105      105              
  Lines        4758     4773      +15     
==========================================
+ Hits         4436     4449      +13     
- Misses        322      324       +2
Impacted Files Coverage Δ
lib/neo4j/active_node/has_n.rb 99.21% <100%> (+0.03%) :arrow_up:
lib/neo4j/active_rel/persistence.rb 95.65% <100%> (+0.26%) :arrow_up:
lib/neo4j/active_node/rels.rb 85.71% <100%> (+1.09%) :arrow_up:
lib/neo4j/shared/initialize.rb 92.3% <0%> (-7.7%) :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 e67abc2...c53b477. Read the comment docs.