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

replaces session call with hash value call on railtie #1475

Closed RicardoTrindade closed 6 years ago

RicardoTrindade commented 6 years ago

Fixes #1471

This pull introduces/changes:

codecov-io commented 6 years ago

Codecov Report

Merging #1475 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1475   +/-   ##
=======================================
  Coverage   96.85%   96.85%           
=======================================
  Files         205      205           
  Lines       12615    12615           
=======================================
  Hits        12218    12218           
  Misses        397      397
Impacted Files Coverage Δ
lib/neo4j/railtie.rb 82.5% <100%> (ø) :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 a8371bf...292b4d2. Read the comment docs.

cheerfulstoic commented 6 years ago

Sorry for the delay, I just got around to testing this. Thanks so much for the contribution!