al8n / orderwal

A generic-purpose, atomic, ordered, zero-copy read, zero-cost (in-place) write, Write-Ahead Log implementation for Rust.
Apache License 2.0
15 stars 1 forks source link

0.4.1 #12

Closed al8n closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 77.27273% with 75 lines in your changes missing coverage. Please review.

Project coverage is 82.87%. Comparing base (a4956e5) to head (acf4181). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/entry.rs 38.46% 40 Missing :warning:
src/swmr/generic.rs 87.05% 29 Missing :warning:
src/swmr/wal.rs 50.00% 6 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #12 +/- ## ========================================== - Coverage 84.62% 82.87% -1.75% ========================================== Files 20 20 Lines 1535 1688 +153 ========================================== + Hits 1299 1399 +100 - Misses 236 289 +53 ``` | [Files with missing lines](https://app.codecov.io/gh/al8n/orderwal/pull/12?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/swmr/generic/iter.rs](https://app.codecov.io/gh/al8n/orderwal/pull/12?src=pr&el=tree&filepath=src%2Fswmr%2Fgeneric%2Fiter.rs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu#diff-c3JjL3N3bXIvZ2VuZXJpYy9pdGVyLnJz) | `83.33% <ø> (-4.91%)` | :arrow_down: | | [src/swmr/generic/reader.rs](https://app.codecov.io/gh/al8n/orderwal/pull/12?src=pr&el=tree&filepath=src%2Fswmr%2Fgeneric%2Freader.rs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu#diff-c3JjL3N3bXIvZ2VuZXJpYy9yZWFkZXIucnM=) | `92.10% <100.00%> (+0.43%)` | :arrow_up: | | [src/wal.rs](https://app.codecov.io/gh/al8n/orderwal/pull/12?src=pr&el=tree&filepath=src%2Fwal.rs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu#diff-c3JjL3dhbC5ycw==) | `80.00% <100.00%> (+1.31%)` | :arrow_up: | | [src/wal/batch.rs](https://app.codecov.io/gh/al8n/orderwal/pull/12?src=pr&el=tree&filepath=src%2Fwal%2Fbatch.rs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu#diff-c3JjL3dhbC9iYXRjaC5ycw==) | `100.00% <ø> (ø)` | | | [src/wal/sealed.rs](https://app.codecov.io/gh/al8n/orderwal/pull/12?src=pr&el=tree&filepath=src%2Fwal%2Fsealed.rs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu#diff-c3JjL3dhbC9zZWFsZWQucnM=) | `78.35% <100.00%> (ø)` | | | [src/swmr/wal.rs](https://app.codecov.io/gh/al8n/orderwal/pull/12?src=pr&el=tree&filepath=src%2Fswmr%2Fwal.rs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu#diff-c3JjL3N3bXIvd2FsLnJz) | `83.13% <50.00%> (-5.60%)` | :arrow_down: | | [src/swmr/generic.rs](https://app.codecov.io/gh/al8n/orderwal/pull/12?src=pr&el=tree&filepath=src%2Fswmr%2Fgeneric.rs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu#diff-c3JjL3N3bXIvZ2VuZXJpYy5ycw==) | `84.59% <87.05%> (+1.98%)` | :arrow_up: | | [src/entry.rs](https://app.codecov.io/gh/al8n/orderwal/pull/12?src=pr&el=tree&filepath=src%2Fentry.rs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu#diff-c3JjL2VudHJ5LnJz) | `55.22% <38.46%> (-20.06%)` | :arrow_down: | ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/al8n/orderwal/pull/12?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/orderwal/pull/12?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 [a4956e5...acf4181](https://app.codecov.io/gh/al8n/orderwal/pull/12?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).