Add support for ACID transaction #49
Merged
Codecov / codecov/project
succeeded
Nov 21, 2024 in 0s
91.50% (-0.38%) compared to 4b593ae, passed because coverage increased by 1.38% when compared to adjusted base (90.11%)
View this Pull Request on Codecov
91.50% (-0.38%) compared to 4b593ae, passed because coverage increased by 1.38% when compared to adjusted base (90.11%)
Details
Codecov Report
Attention: Patch coverage is 93.06541%
with 88 lines
in your changes missing coverage. Please review.
Project coverage is 91.50%. Comparing base (
4b593ae
) to head (defd22b
).
Files with missing lines | Patch % | Lines |
---|---|---|
txn.go | 70.44% | 39 Missing and 8 partials |
internal/simplelru/list.go | 75.80% | 11 Missing and 4 partials |
fox.go | 96.51% | 5 Missing and 2 partials |
internal/simplelru/lru.go | 94.33% | 5 Missing and 1 partial |
tree.go | 97.18% | 3 Missing and 3 partials |
node.go | 98.94% | 3 Missing and 2 partials |
iter.go | 87.50% | 1 Missing and 1 partial |
Additional details and impacted files
@@ Coverage Diff @@
## master #49 +/- ##
==========================================
- Coverage 91.88% 91.50% -0.38%
==========================================
Files 19 22 +3
Lines 3131 3533 +402
==========================================
+ Hits 2877 3233 +356
- Misses 196 234 +38
- Partials 58 66 +8
☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
🚨 Try these New Features:
- Flaky Tests Detection - Detect and resolve failed and flaky tests
Loading