xline-kv / Xline

A geo-distributed KV store for metadata management
https://xline.cloud
Apache License 2.0
596 stars 74 forks source link

feat: implement interval tree #656

Closed bsbds closed 6 months ago

bsbds commented 7 months ago

Please briefly answer these questions:

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 96.30836% with 34 lines in your changes are missing coverage. Please review.

Project coverage is 75.10%. Comparing base (f081173) to head (3e8a9b2). Report is 17 commits behind head on master.

Files Patch % Lines
crates/utils/src/interval_map/mod.rs 95.41% 28 Missing and 2 partials :warning:
crates/utils/src/interval_map/tests.rs 98.50% 0 Missing and 4 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #656 +/- ## ========================================== + Coverage 75.07% 75.10% +0.02% ========================================== Files 173 175 +2 Lines 25644 26793 +1149 Branches 25644 26793 +1149 ========================================== + Hits 19253 20122 +869 - Misses 5187 5466 +279 - Partials 1204 1205 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Phoenix500526 commented 6 months ago

Please squash some intermediate commits.