Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: database backend add ssdb support #1280

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

go mod tidy

106330e
Select commit
Loading
Failed to load commit list.
Open

feat: database backend add ssdb support #1280

go mod tidy
106330e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 3, 2024 in 0s

74.75% (-0.06%) compared to d6a156b

View this Pull Request on Codecov

74.75% (-0.06%) compared to d6a156b

Details

Codecov Report

Attention: Patch coverage is 72.35772% with 102 lines in your changes missing coverage. Please review.

Project coverage is 74.75%. Comparing base (d6a156b) to head (106330e).

Files with missing lines Patch % Lines
database/ssdb/storage.go 64.60% 31 Missing and 9 partials ⚠️
database/ssdb/transaction.go 81.60% 19 Missing and 4 partials ⚠️
database/ssdb/database.go 55.55% 12 Missing and 4 partials ⚠️
context/context.go 0.00% 15 Missing ⚠️
database/ssdb/batch.go 93.42% 4 Missing and 1 partial ⚠️
database/ssdb/log.go 25.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1280      +/-   ##
==========================================
- Coverage   74.80%   74.75%   -0.06%     
==========================================
  Files         151      156       +5     
  Lines       17121    17490     +369     
==========================================
+ Hits        12808    13075     +267     
- Misses       3290     3373      +83     
- Partials     1023     1042      +19     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.