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 #1705 by locking node while Assigning rel #1706

Closed mrhardikjoshi closed 6 months ago

mrhardikjoshi commented 7 months ago

Fixes #1705

This pull introduces/changes:

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3c89aef) 93.43% compared to head (9b6b215) 93.26%.

:exclamation: Current head 9b6b215 differs from pull request most recent head ea53581. Consider uploading reports for the commit ea53581 to get more accurate results

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1706 +/- ## ========================================== - Coverage 93.43% 93.26% -0.18% ========================================== Files 128 128 Lines 5909 5923 +14 ========================================== + Hits 5521 5524 +3 - Misses 388 399 +11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

klobuczek commented 6 months ago

closing as already merged to zeitwerk branch