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

fixes instance variable @attributes to use ActiveModel::AttributeSet #1587

Closed mrhardikjoshi closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #1587 into 10.0.x will increase coverage by 0.33%. The diff coverage is 98.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           10.0.x    #1587      +/-   ##
==========================================
+ Coverage   93.52%   93.86%   +0.33%     
==========================================
  Files         124      127       +3     
  Lines        5780     5799      +19     
==========================================
+ Hits         5406     5443      +37     
+ Misses        374      356      -18
Impacted Files Coverage Δ
lib/neo4j/shared/attributes.rb 95.08% <100%> (+0.08%) :arrow_up:
lib/neo4j/shared/initialize.rb 100% <100%> (ø) :arrow_up:
lib/neo4j/shared/property.rb 97.61% <100%> (+0.01%) :arrow_up:
lib/neo4j/active_node/property.rb 93.93% <100%> (-0.35%) :arrow_down:
lib/neo4j/lazy_attribute_hash.rb 100% <100%> (ø)
lib/neo4j.rb 98.09% <100%> (+0.05%) :arrow_up:
lib/neo4j/shared/type_converters.rb 96.36% <100%> (+1.31%) :arrow_up:
lib/neo4j/shared/typecasted_attributes.rb 100% <100%> (ø) :arrow_up:
lib/neo4j/attribute_set.rb 92.3% <92.3%> (ø)
... and 54 more

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 291e00e...9f2bd22. Read the comment docs.