al8n / rarena

Lock-free ARENA allocator and a set of lock-free data structures based on the ARENA allocator.
Apache License 2.0
8 stars 1 forks source link

0.4.0 #15

Closed al8n closed 2 months ago

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 63.15789% with 7 lines in your changes missing coverage. Please review.

Project coverage is 51.28%. Comparing base (dbeb6e9) to head (eca39f5). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
rarena-allocator/src/unsync.rs 22.22% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #15 +/- ## ========================================== + Coverage 51.20% 51.28% +0.07% ========================================== Files 13 13 Lines 2648 2650 +2 ========================================== + Hits 1356 1359 +3 + Misses 1292 1291 -1 ``` | [Files with missing lines](https://app.codecov.io/gh/al8n/rarena/pull/15?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu) | Coverage Δ | | |---|---|---| | [rarena-allocator/src/allocator.rs](https://app.codecov.io/gh/al8n/rarena/pull/15?src=pr&el=tree&filepath=rarena-allocator%2Fsrc%2Fallocator.rs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu#diff-cmFyZW5hLWFsbG9jYXRvci9zcmMvYWxsb2NhdG9yLnJz) | `50.00% <100.00%> (+1.69%)` | :arrow_up: | | [rarena-allocator/src/memory.rs](https://app.codecov.io/gh/al8n/rarena/pull/15?src=pr&el=tree&filepath=rarena-allocator%2Fsrc%2Fmemory.rs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu#diff-cmFyZW5hLWFsbG9jYXRvci9zcmMvbWVtb3J5LnJz) | `65.25% <100.00%> (ø)` | | | [rarena-allocator/src/sync.rs](https://app.codecov.io/gh/al8n/rarena/pull/15?src=pr&el=tree&filepath=rarena-allocator%2Fsrc%2Fsync.rs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu#diff-cmFyZW5hLWFsbG9jYXRvci9zcmMvc3luYy5ycw==) | `53.35% <100.00%> (+<0.01%)` | :arrow_up: | | [rarena-allocator/src/unsync.rs](https://app.codecov.io/gh/al8n/rarena/pull/15?src=pr&el=tree&filepath=rarena-allocator%2Fsrc%2Funsync.rs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Al+Liu#diff-cmFyZW5hLWFsbG9jYXRvci9zcmMvdW5zeW5jLnJz) | `32.29% <22.22%> (ø)` | | ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/al8n/rarena/pull/15?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/rarena/pull/15?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 [dbeb6e9...eca39f5](https://app.codecov.io/gh/al8n/rarena/pull/15?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).