Skip to content

Dynamic#30

Open
al8n wants to merge 80 commits into
mainfrom
dynamic
Open

Dynamic#30
al8n wants to merge 80 commits into
mainfrom
dynamic

Conversation

@al8n

@al8n al8n commented Dec 28, 2024

Copy link
Copy Markdown
Owner

No description provided.

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

codecov Bot commented Dec 28, 2024

Copy link
Copy Markdown

Codecov Report

❌ 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 Harness.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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