Closed RicardoTrindade closed 6 years ago
Merging #1475 into master will not change coverage. The diff coverage is
100%
.
@@ 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.
Sorry for the delay, I just got around to testing this. Thanks so much for the contribution!
Fixes #1471
This pull introduces/changes:
neo4j_config.session
method calls withneo4j_config[:session]
onrailtie.rb
, due to Object.session method from Rails5 being called and leading to stack too deep error.