rlch / neogo

A Golang-ORM for Neo4J which creates idiomatic & fluent Cypher.
MIT License
7 stars 4 forks source link

feat: Implement Stream Records #4

Closed raqeebshafeeque closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 76.93% and project coverage change: +5.38% :tada:

Comparison is base (4140139) 71.49% compared to head (4bb0f31) 76.87%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4 +/- ## ========================================== + Coverage 71.49% 76.87% +5.38% ========================================== Files 19 19 Lines 2083 2122 +39 ========================================== + Hits 1489 1631 +142 + Misses 530 412 -118 - Partials 64 79 +15 ``` | [Files Changed](https://app.codecov.io/gh/rlch/neogo/pull/4?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Richard+Mathieson) | Coverage Δ | | |---|---|---| | [client\_impl.go](https://app.codecov.io/gh/rlch/neogo/pull/4?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Richard+Mathieson#diff-Y2xpZW50X2ltcGwuZ28=) | `44.16% <76.93%> (+32.26%)` | :arrow_up: | ... and [2 files with indirect coverage changes](https://app.codecov.io/gh/rlch/neogo/pull/4/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Richard+Mathieson)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

rlch commented 1 year ago

Great work @raqeebshafeeque