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

Restricting activemodel and activesupport version to < 6.0.0 #1569

Closed amitsuryavanshi closed 5 years ago

amitsuryavanshi commented 5 years ago

Restricting activemodel and activesupport version to < 6.0.0 as gem is yet not compatible with rails 6.

codecov-io commented 5 years ago

Codecov Report

Merging #1569 into master will increase coverage by 0.89%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1569      +/-   ##
==========================================
+ Coverage   92.33%   93.23%   +0.89%     
==========================================
  Files         105      105              
  Lines        4749     4774      +25     
==========================================
+ Hits         4385     4451      +66     
+ Misses        364      323      -41
Impacted Files Coverage Δ
lib/neo4j/migrations/helpers/schema.rb 100% <0%> (ø) :arrow_up:
lib/neo4j/active_rel/initialize.rb 100% <0%> (ø) :arrow_up:
lib/neo4j/migration.rb 81.81% <0%> (+0.42%) :arrow_up:
lib/neo4j/active_node/query/query_proxy.rb 95.09% <0%> (+0.61%) :arrow_up:
lib/neo4j/active_node/has_n/association.rb 95.51% <0%> (+0.74%) :arrow_up:
lib/neo4j/active_node/has_n.rb 99.24% <0%> (+0.78%) :arrow_up:
lib/neo4j/shared/enum.rb 98.71% <0%> (+1.31%) :arrow_up:
lib/neo4j/shared/persistence.rb 95.94% <0%> (+1.35%) :arrow_up:
lib/neo4j/model_schema.rb 100% <0%> (+1.36%) :arrow_up:
lib/neo4j/active_node/query/query_proxy_methods.rb 96.5% <0%> (+1.5%) :arrow_up:
... and 13 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 16a4bc5...08100cd. Read the comment docs.

codecov-io commented 5 years ago

Codecov Report

Merging #1569 into master will increase coverage by 0.89%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1569      +/-   ##
==========================================
+ Coverage   92.33%   93.23%   +0.89%     
==========================================
  Files         105      105              
  Lines        4749     4774      +25     
==========================================
+ Hits         4385     4451      +66     
+ Misses        364      323      -41
Impacted Files Coverage Δ
lib/neo4j/migrations/helpers/schema.rb 100% <0%> (ø) :arrow_up:
lib/neo4j/active_rel/initialize.rb 100% <0%> (ø) :arrow_up:
lib/neo4j/migration.rb 81.81% <0%> (+0.42%) :arrow_up:
lib/neo4j/active_node/query/query_proxy.rb 95.09% <0%> (+0.61%) :arrow_up:
lib/neo4j/active_node/has_n/association.rb 95.51% <0%> (+0.74%) :arrow_up:
lib/neo4j/active_node/has_n.rb 99.24% <0%> (+0.78%) :arrow_up:
lib/neo4j/shared/enum.rb 98.71% <0%> (+1.31%) :arrow_up:
lib/neo4j/shared/persistence.rb 95.94% <0%> (+1.35%) :arrow_up:
lib/neo4j/model_schema.rb 100% <0%> (+1.36%) :arrow_up:
lib/neo4j/active_node/query/query_proxy_methods.rb 96.5% <0%> (+1.5%) :arrow_up:
... and 13 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 16a4bc5...08100cd. Read the comment docs.