neo4jrb / activegraph

An active model wrapper for the Neo4j Graph Database for Ruby.
http://neo4jrb.io
MIT License
1.39k stars 276 forks source link

driver 4.4 #1670

Closed klobuczek closed 2 years ago

klobuczek commented 2 years ago

Fixes #

This pull introduces/changes:

codecov-commenter commented 2 years ago

Codecov Report

Merging #1670 (67b5464) into master (3ac73e1) will increase coverage by 0.80%. The diff coverage is 100.00%.

:exclamation: Current head 67b5464 differs from pull request most recent head 195be9e. Consider uploading reports for the commit 195be9e to get more accurate results

@@            Coverage Diff             @@
##           master    #1670      +/-   ##
==========================================
+ Coverage   93.33%   94.14%   +0.80%     
==========================================
  Files         126      127       +1     
  Lines        5717     5582     -135     
==========================================
- Hits         5336     5255      -81     
+ Misses        381      327      -54     
Impacted Files Coverage Δ
lib/active_graph.rb 98.18% <100.00%> (+0.03%) :arrow_up:
lib/active_graph/core/querable.rb 100.00% <100.00%> (ø)
lib/active_graph/secure_random_ext.rb 100.00% <100.00%> (ø)
lib/active_graph/shared/property.rb 97.67% <100.00%> (-0.02%) :arrow_down:
lib/active_graph/migrations/schema_migration.rb 88.88% <0.00%> (-11.12%) :arrow_down:
lib/active_graph/core/schema.rb 88.57% <0.00%> (-8.73%) :arrow_down:
lib/rails/generators/active_graph_generator.rb 65.45% <0.00%> (-0.62%) :arrow_down:
lib/active_graph/node/property.rb 93.75% <0.00%> (-0.54%) :arrow_down:
lib/active_graph/shared.rb 88.00% <0.00%> (-0.47%) :arrow_down:
lib/active_graph/migration.rb 81.39% <0.00%> (-0.43%) :arrow_down:
... and 44 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 3ac73e1...195be9e. Read the comment docs.

codeclimate[bot] commented 2 years ago

Code Climate has analyzed commit eec3bd20 and detected 5 issues on this pull request.

Here's the issue category breakdown:

Category Count
Style 5

View more on Code Climate.