al8n / skl

A lock-free thread-safe arena based Skiplist impelementation for building memtable.
Apache License 2.0
41 stars 5 forks source link

0.14.0 #27

Closed al8n closed 1 month ago

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 64.43719% with 218 lines in your changes missing coverage. Please review.

Project coverage is 77.56%. Comparing base (bcd0436) to head (003277c).

Files Patch % Lines
src/map/api.rs 65.95% 112 Missing :warning:
src/map.rs 57.60% 106 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #27 +/- ## ========================================== - Coverage 79.22% 77.56% -1.66% ========================================== Files 9 9 Lines 2609 3107 +498 ========================================== + Hits 2067 2410 +343 - Misses 542 697 +155 ``` | [Files](https://app.codecov.io/gh/al8n/skl/pull/27?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu) | Coverage Δ | | |---|---|---| | [src/lib.rs](https://app.codecov.io/gh/al8n/skl/pull/27?src=pr&el=tree&filepath=src%2Flib.rs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu#diff-c3JjL2xpYi5ycw==) | `53.65% <ø> (-2.44%)` | :arrow_down: | | [src/map/tests.rs](https://app.codecov.io/gh/al8n/skl/pull/27?src=pr&el=tree&filepath=src%2Fmap%2Ftests.rs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu#diff-c3JjL21hcC90ZXN0cy5ycw==) | `99.58% <100.00%> (+0.01%)` | :arrow_up: | | [src/options.rs](https://app.codecov.io/gh/al8n/skl/pull/27?src=pr&el=tree&filepath=src%2Foptions.rs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu#diff-c3JjL29wdGlvbnMucnM=) | `95.45% <100.00%> (+0.58%)` | :arrow_up: | | [src/types.rs](https://app.codecov.io/gh/al8n/skl/pull/27?src=pr&el=tree&filepath=src%2Ftypes.rs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu#diff-c3JjL3R5cGVzLnJz) | `53.62% <ø> (ø)` | | | [src/map.rs](https://app.codecov.io/gh/al8n/skl/pull/27?src=pr&el=tree&filepath=src%2Fmap.rs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu#diff-c3JjL21hcC5ycw==) | `68.75% <57.60%> (+0.38%)` | :arrow_up: | | [src/map/api.rs](https://app.codecov.io/gh/al8n/skl/pull/27?src=pr&el=tree&filepath=src%2Fmap%2Fapi.rs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu#diff-c3JjL21hcC9hcGkucnM=) | `68.87% <65.95%> (-3.97%)` | :arrow_down: | ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/al8n/skl/pull/27?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/al8n/skl/pull/27?dropdown=coverage&src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu). Last update [bcd0436...003277c](https://app.codecov.io/gh/al8n/skl/pull/27?dropdown=coverage&src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu).
al8n commented 1 month ago

Close in favor of #28