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

Support for keyword args in scopes #1687

Closed klobuczek closed 1 year ago

klobuczek commented 1 year ago

Fixes #

This pull introduces/changes:

codecov-commenter commented 1 year ago

Codecov Report

Base: 93.45% // Head: 93.42% // Decreases project coverage by -0.03% :warning:

Coverage data is based on head (2ec883d) compared to base (07cbb25). Patch coverage: 81.25% of modified lines in pull request are covered.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1687 +/- ## ========================================== - Coverage 93.45% 93.42% -0.03% ========================================== Files 128 128 Lines 5817 5823 +6 ========================================== + Hits 5436 5440 +4 - Misses 381 383 +2 ``` | [Impacted Files](https://codecov.io/gh/neo4jrb/activegraph/pull/1687?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=neo4jrb) | Coverage Δ | | |---|---|---| | [lib/active\_graph/tasks/migration.rake](https://codecov.io/gh/neo4jrb/activegraph/pull/1687?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=neo4jrb#diff-bGliL2FjdGl2ZV9ncmFwaC90YXNrcy9taWdyYXRpb24ucmFrZQ==) | `32.72% <0.00%> (ø)` | | | [lib/active\_graph/node/scope.rb](https://codecov.io/gh/neo4jrb/activegraph/pull/1687?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=neo4jrb#diff-bGliL2FjdGl2ZV9ncmFwaC9ub2RlL3Njb3BlLnJi) | `93.05% <85.71%> (-2.40%)` | :arrow_down: | | [lib/active\_graph/shared/enum.rb](https://codecov.io/gh/neo4jrb/activegraph/pull/1687?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=neo4jrb#diff-bGliL2FjdGl2ZV9ncmFwaC9zaGFyZWQvZW51bS5yYg==) | `94.93% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=neo4jrb). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=neo4jrb)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.