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

0.5.0 #24

Merged
merged 77 commits into from
Oct 31, 2024

more unit tests

de735c1
Select commit
Loading
Failed to load commit list.
Merged

0.5.0 #24

more unit tests
de735c1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 31, 2024 in 0s

76.98% (-6.00%) compared to c151987

View this Pull Request on Codecov

76.98% (-6.00%) compared to c151987

Details

Codecov Report

Attention: Patch coverage is 73.09645% with 371 lines in your changes missing coverage. Please review.

Project coverage is 76.98%. Comparing base (c151987) to head (de735c1).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
src/sealed.rs 72.06% 145 Missing ⚠️
src/memtable/alternative/multiple_version.rs 50.00% 26 Missing ⚠️
src/memtable/linked/multiple_version.rs 60.93% 25 Missing ⚠️
src/memtable/arena/multiple_version.rs 72.36% 21 Missing ⚠️
src/types.rs 66.03% 18 Missing ⚠️
src/memtable/linked/table.rs 57.50% 17 Missing ⚠️
src/types/multiple_version.rs 87.30% 16 Missing ⚠️
src/wal/base.rs 83.14% 15 Missing ⚠️
src/memtable/alternative/table.rs 50.00% 14 Missing ⚠️
src/memtable/arena/table.rs 69.56% 14 Missing ⚠️
... and 10 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #24      +/-   ##
==========================================
- Coverage   82.97%   76.98%   -6.00%     
==========================================
  Files          20       27       +7     
  Lines        1686     1981     +295     
==========================================
+ Hits         1399     1525     +126     
- Misses        287      456     +169     
Files with missing lines Coverage Δ
src/lib.rs 50.00% <100.00%> (-16.67%) ⬇️
src/utils.rs 100.00% <ø> (+23.07%) ⬆️
src/wal/base/iter.rs 100.00% <ø> (ø)
src/wal/multiple_version.rs 89.65% <ø> (ø)
src/wal/multiple_version/iter.rs 71.92% <ø> (ø)
src/wal/pointer.rs 69.11% <ø> (ø)
src/wal/query.rs 86.66% <ø> (ø)
src/options.rs 98.14% <87.50%> (+0.08%) ⬆️
src/memtable.rs 0.00% <0.00%> (ø)
src/swmr/writer.rs 84.61% <84.61%> (ø)
... and 17 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 c151987...de735c1. Read the comment docs.