al8n / orderwal

A generic-purpose, ordered, zero-copy, Write-Ahead Log implementation for Rust.
Apache License 2.0
5 stars 0 forks source link

bumpup versions #9

Closed al8n closed 3 days ago

codecov[bot] commented 3 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.81%. Comparing base (96e77ad) to head (38ce480). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #9 +/- ## ========================================== + Coverage 84.36% 84.81% +0.45% ========================================== Files 21 21 Lines 1554 1554 ========================================== + Hits 1311 1318 +7 + Misses 243 236 -7 ``` | [Files with missing lines](https://app.codecov.io/gh/al8n/orderwal/pull/9?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/builder.rs](https://app.codecov.io/gh/al8n/orderwal/pull/9?src=pr&el=tree&filepath=src%2Fbuilder.rs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu#diff-c3JjL2J1aWxkZXIucnM=) | `89.92% <100.00%> (+0.37%)` | :arrow_up: | | [src/lib.rs](https://app.codecov.io/gh/al8n/orderwal/pull/9?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==) | `66.66% <ø> (+33.33%)` | :arrow_up: | | [src/options.rs](https://app.codecov.io/gh/al8n/orderwal/pull/9?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=) | `98.05% <100.00%> (+0.12%)` | :arrow_up: | | [src/wal/sealed.rs](https://app.codecov.io/gh/al8n/orderwal/pull/9?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%> (+1.03%)` | :arrow_up: | ... and [5 files with indirect coverage changes](https://app.codecov.io/gh/al8n/orderwal/pull/9/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu) ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/al8n/orderwal/pull/9?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/9?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 [5190b18...38ce480](https://app.codecov.io/gh/al8n/orderwal/pull/9?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).