Open luizirber opened 1 month ago
Attention: Patch coverage is 81.81818%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 86.43%. Comparing base (
11cab80
) to head (06867ac
).
Files with missing lines | Patch % | Lines |
---|---|---|
src/core/src/ffi/index/revindex.rs | 0.00% | 1 Missing :warning: |
src/core/src/index/revindex/mem_revindex.rs | 87.50% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This seems ready, yes?
This seems ready, yes?
sorta, still need to resolve the todo!()
in FFI code (for something that is not used in the Python layer, but requires access to the sig...), and without passing the sig in GatherResult
I think there is more that can be refactor. Might leave this one for a future PR
I think
match_
is a leftover from the first impl ofIndex
on the rust side, and not needed?