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

Add miri TB in CI #11

Closed al8n closed 3 months ago

al8n commented 3 months ago

Reference: https://github.com/al8n/skl/pull/31

Make rarena-allocator compitable with Tree Borrows (TB).

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 60.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 56.50%. Comparing base (197d820) to head (7024639). Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
rarena-allocator/src/memory.rs 60.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #11 +/- ## ======================================= Coverage 56.49% 56.50% ======================================= Files 13 13 Lines 2885 2883 -2 ======================================= - Hits 1630 1629 -1 + Misses 1255 1254 -1 ``` | [Files with missing lines](https://app.codecov.io/gh/al8n/rarena/pull/11?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/memory.rs](https://app.codecov.io/gh/al8n/rarena/pull/11?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) | `60.14% <60.00%> (-0.19%)` | :arrow_down: | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/al8n/rarena/pull/11/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/rarena/pull/11?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/11?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 [6d8957c...7024639](https://app.codecov.io/gh/al8n/rarena/pull/11?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).