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

jruby-9.3.2.0 #1665

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 #1665 (0e99cb6) into master (4423288) will increase coverage by 0.39%. The diff coverage is n/a.

:exclamation: Current head 0e99cb6 differs from pull request most recent head 43d64c3. Consider uploading reports for the commit 43d64c3 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1665      +/-   ##
==========================================
+ Coverage   93.33%   93.72%   +0.39%     
==========================================
  Files         126      126              
  Lines        5717     5725       +8     
==========================================
+ Hits         5336     5366      +30     
+ Misses        381      359      -22     
Impacted Files Coverage Δ
lib/active_graph/core/schema.rb 94.59% <0.00%> (-2.71%) :arrow_down:
lib/active_graph/migrations/runner.rb 90.35% <0.00%> (-1.62%) :arrow_down:
lib/active_graph/shared/type_converters.rb 93.33% <0.00%> (-0.42%) :arrow_down:
lib/active_graph/transactions.rb 100.00% <0.00%> (ø)
lib/active_graph/relationship/rel_wrapper.rb 100.00% <0.00%> (ø)
lib/active_graph/node/has_n.rb 98.84% <0.00%> (+<0.01%) :arrow_up:
lib/active_graph/node/has_n/association.rb 94.15% <0.00%> (+0.03%) :arrow_up:
lib/active_graph/core/query_clauses.rb 95.87% <0.00%> (+0.25%) :arrow_up:
lib/active_graph/node/query/query_proxy.rb 95.65% <0.00%> (+0.62%) :arrow_up:
lib/active_graph/node/labels.rb 94.84% <0.00%> (+1.03%) :arrow_up:
... and 8 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 4423288...43d64c3. Read the comment docs.

codeclimate[bot] commented 2 years ago

Code Climate has analyzed commit e7aae03c and detected 0 issues on this pull request.

View more on Code Climate.