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

Testing driver 1.7 on neo4j 4.4 #1669

Closed klobuczek closed 2 years ago

klobuczek commented 2 years ago

Fixes #

This pull introduces/changes:

codeclimate[bot] commented 2 years ago

Analysis results are not available for those commits

View more on Code Climate.

codecov-commenter commented 2 years ago

Codecov Report

Merging #1669 (8d72661) into 10 (60a69dd) will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##               10    #1669      +/-   ##
==========================================
- Coverage   93.54%   93.53%   -0.01%     
==========================================
  Files         126      126              
  Lines        5745     5758      +13     
==========================================
+ Hits         5374     5386      +12     
- Misses        371      372       +1     
Impacted Files Coverage Δ
lib/active_graph/core/schema.rb 100.00% <100.00%> (ø)
lib/active_graph/migrations/base.rb 95.91% <100.00%> (+2.30%) :arrow_up:
lib/active_graph/relationship/related_node.rb 73.17% <0.00%> (-1.83%) :arrow_down:
lib/active_graph/migrations/runner.rb 90.35% <0.00%> (-1.62%) :arrow_down:
lib/active_graph/shared/type_converters.rb 93.36% <0.00%> (-0.42%) :arrow_down:
...ive_graph/node/has_n/association_cypher_methods.rb 100.00% <0.00%> (ø)
...tive_graph/node/query/query_proxy_eager_loading.rb 97.84% <0.00%> (+0.02%) :arrow_up:
lib/active_graph/node/has_n/association.rb 95.48% <0.00%> (+0.02%) :arrow_up:
lib/active_graph/shared/enum.rb 96.20% <0.00%> (+0.04%) :arrow_up:
lib/active_graph/migrations/helpers.rb 98.33% <0.00%> (+3.33%) :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 60a69dd...8d72661. Read the comment docs.