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 1548 Fix for has_one association update #1549

Closed amitsuryavanshi closed 5 years ago

amitsuryavanshi commented 5 years ago

Fixes #1548

This pull introduces/changes:

codecov-io commented 5 years ago

Codecov Report

Merging #1549 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1549      +/-   ##
==========================================
+ Coverage   93.21%   93.23%   +0.01%     
==========================================
  Files         105      105              
  Lines        4749     4757       +8     
==========================================
+ Hits         4427     4435       +8     
  Misses        322      322
Impacted Files Coverage Δ
lib/neo4j/active_node/rels.rb 84.61% <100%> (+13.18%) :arrow_up:
lib/neo4j/active_node/has_n/association.rb 95.51% <100%> (ø) :arrow_up:
lib/neo4j/active_node/query/query_proxy.rb 94.47% <100%> (+0.06%) :arrow_up:

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 18ac76f...1959824. Read the comment docs.