al8n / skipdb

An embedded, in-memory, zero-copy, atomicity, consistency, isolation, MVCC, almost lock-free and serializable snapshot isolation database engine.
Apache License 2.0
204 stars 4 forks source link

Api #8

Closed al8n closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

Merging #8 (19a3461) into main (2cd257e) will increase coverage by 8.60%. The diff coverage is 71.42%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #8 +/- ## ========================================== + Coverage 66.44% 75.04% +8.60% ========================================== Files 39 39 Lines 2649 2685 +36 ========================================== + Hits 1760 2015 +255 + Misses 889 670 -219 ``` | [Files](https://app.codecov.io/gh/al8n/skipdb/pull/8?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu) | Coverage Δ | | |---|---|---| | [async-txn/src/lib.rs](https://app.codecov.io/gh/al8n/skipdb/pull/8?src=pr&el=tree&filepath=async-txn%2Fsrc%2Flib.rs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu#diff-YXN5bmMtdHhuL3NyYy9saWIucnM=) | `74.19% <ø> (+19.43%)` | :arrow_up: | | [async-txn/src/oracle.rs](https://app.codecov.io/gh/al8n/skipdb/pull/8?src=pr&el=tree&filepath=async-txn%2Fsrc%2Foracle.rs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu#diff-YXN5bmMtdHhuL3NyYy9vcmFjbGUucnM=) | `83.87% <ø> (+5.08%)` | :arrow_up: | | [async-txn/src/write.rs](https://app.codecov.io/gh/al8n/skipdb/pull/8?src=pr&el=tree&filepath=async-txn%2Fsrc%2Fwrite.rs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu#diff-YXN5bmMtdHhuL3NyYy93cml0ZS5ycw==) | `73.59% <ø> (+13.77%)` | :arrow_up: | | [txn/src/lib.rs](https://app.codecov.io/gh/al8n/skipdb/pull/8?src=pr&el=tree&filepath=txn%2Fsrc%2Flib.rs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu#diff-dHhuL3NyYy9saWIucnM=) | `78.26% <ø> (+25.31%)` | :arrow_up: | | [txn/src/oracle.rs](https://app.codecov.io/gh/al8n/skipdb/pull/8?src=pr&el=tree&filepath=txn%2Fsrc%2Foracle.rs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu#diff-dHhuL3NyYy9vcmFjbGUucnM=) | `83.87% <ø> (+5.08%)` | :arrow_up: | | [txn/src/write.rs](https://app.codecov.io/gh/al8n/skipdb/pull/8?src=pr&el=tree&filepath=txn%2Fsrc%2Fwrite.rs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu#diff-dHhuL3NyYy93cml0ZS5ycw==) | `65.15% <ø> (+12.99%)` | :arrow_up: | | [async-txn/src/write/blocking.rs](https://app.codecov.io/gh/al8n/skipdb/pull/8?src=pr&el=tree&filepath=async-txn%2Fsrc%2Fwrite%2Fblocking.rs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu#diff-YXN5bmMtdHhuL3NyYy93cml0ZS9ibG9ja2luZy5ycw==) | `63.94% <71.42%> (+18.82%)` | :arrow_up: | ... and [8 files with indirect coverage changes](https://app.codecov.io/gh/al8n/skipdb/pull/8/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/skipdb/pull/8?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/skipdb/pull/8?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 [2cd257e...19a3461](https://app.codecov.io/gh/al8n/skipdb/pull/8?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).