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

Dynamic #30

Open
wants to merge 80 commits into
base: main
Choose a base branch
from
Open

Dynamic #30

wants to merge 80 commits into from

Conversation

al8n
Copy link
Owner

@al8n al8n commented Dec 28, 2024

No description provided.

@al8n al8n linked an issue Dec 28, 2024 that may be closed by this pull request
Copy link

codecov bot commented Dec 28, 2024

Codecov Report

Attention: Patch coverage is 38.36719% with 1608 lines in your changes missing coverage. Please review.

Project coverage is 41.24%. Comparing base (f24d3e9) to head (30f3eeb).

Files with missing lines Patch % Lines
src/log.rs 33.71% 519 Missing ⚠️
src/generic.rs 29.58% 119 Missing ⚠️
src/memtable/generic/range_comparator.rs 1.16% 85 Missing ⚠️
src/memtable/unbounded/range_update.rs 0.00% 82 Missing ⚠️
src/dynamic.rs 40.87% 81 Missing ⚠️
src/memtable/dynamic/range_comparator.rs 1.23% 80 Missing ⚠️
src/memtable/bounded/range_entry.rs 0.00% 79 Missing ⚠️
src/memtable/unbounded/range_entry.rs 0.00% 79 Missing ⚠️
src/memtable/bounded.rs 44.77% 74 Missing ⚠️
src/memtable/unbounded.rs 36.66% 57 Missing ⚠️
... and 18 more
Additional details and impacted files
@@             Coverage Diff             @@
##             main      #30       +/-   ##
===========================================
- Coverage   76.25%   41.24%   -35.02%     
===========================================
  Files          29       39       +10     
  Lines        1967     3244     +1277     
===========================================
- Hits         1500     1338      -162     
- Misses        467     1906     +1439     
Files with missing lines Coverage Δ
src/builder.rs 93.54% <100.00%> (+4.83%) ⬆️
src/lib.rs 100.00% <100.00%> (+25.00%) ⬆️
src/memtable/dynamic.rs 100.00% <100.00%> (ø)
src/memtable/generic.rs 100.00% <100.00%> (ø)
src/swmr/wal.rs 20.00% <ø> (-33.34%) ⬇️
src/swmr/writer.rs 86.66% <ø> (+2.05%) ⬆️
src/types.rs 37.86% <ø> (-29.45%) ⬇️
src/types/mode.rs 50.00% <ø> (ø)
src/types/raw.rs 14.84% <ø> (ø)
src/utils.rs 100.00% <ø> (ø)
... and 28 more

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f24d3e9...30f3eeb. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support range-deletions operation
1 participant