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

Native driver, session, transaction #1596

Closed klobuczek closed 4 years ago

codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit 2db1dcf5 and detected 291 issues on this pull request.

Here's the issue category breakdown:

Category Count
Style 280
Bug Risk 7
Complexity 4

View more on Code Climate.

codecov-io commented 4 years ago

Codecov Report

Merging #1596 into master will increase coverage by 0.46%. The diff coverage is 90.38%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1596      +/-   ##
==========================================
+ Coverage   93.33%   93.79%   +0.46%     
==========================================
  Files         127      126       -1     
  Lines        5881     5758     -123     
==========================================
- Hits         5489     5401      -88     
+ Misses        392      357      -35     
Impacted Files Coverage Δ
lib/active_graph/core.rb 100.00% <ø> (ø)
lib/active_graph/core/schema.rb 100.00% <ø> (+6.25%) :arrow_up:
lib/active_graph/migration.rb 81.81% <0.00%> (ø)
lib/active_graph/tasks/migration.rake 31.89% <0.00%> (ø)
lib/active_graph/base.rb 90.00% <91.66%> (+6.32%) :arrow_up:
lib/active_graph.rb 98.14% <100.00%> (+0.03%) :arrow_up:
lib/active_graph/core/instrumentable.rb 100.00% <100.00%> (ø)
lib/active_graph/core/label.rb 77.02% <100.00%> (-0.31%) :arrow_down:
lib/active_graph/core/logging.rb 87.50% <100.00%> (ø)
lib/active_graph/core/querable.rb 100.00% <100.00%> (ø)
... and 19 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 e387298...2db1dcf. Read the comment docs.