rlch / neogo

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

feat: Add explicit transactions; API cleanups #12

Closed rlch closed 3 months ago

rlch commented 4 months ago
codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 65.90909% with 165 lines in your changes missing coverage. Please review.

Project coverage is 77.82%. Comparing base (b8b5a25) to head (b58b278).

:exclamation: Current head b58b278 differs from pull request most recent head f451ef4

Please upload reports for the commit f451ef4 to get more accurate results.

Files Patch % Lines
expr/types.go 69.92% 68 Missing :warning:
client_impl.go 71.84% 34 Missing and 6 partials :warning:
driver.go 15.16% 28 Missing :warning:
internal/scope.go 33.34% 24 Missing and 2 partials :warning:
internal/cypher.go 80.00% 1 Missing and 1 partial :warning:
internal/path.go 85.72% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #12 +/- ## ========================================== - Coverage 80.16% 77.82% -2.33% ========================================== Files 20 21 +1 Lines 2469 2786 +317 ========================================== + Hits 1979 2168 +189 - Misses 389 515 +126 - Partials 101 103 +2 ```

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