Closed eriktaubeneck closed 3 weeks ago
Attention: Patch coverage is 89.47368%
with 18 lines
in your changes missing coverage. Please review.
Project coverage is 93.27%. Comparing base (
f587a37
) to head (4e00be9
). Report is 3 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
ipa-core/src/query/runner/hybrid.rs | 70.00% | 18 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This is stacked on top of #1412, so to look at the just the diff, make sure to ignore the
d1199d1
commit in the diff viewer.This updates the OPRF function to work with hybrid reports, as well as negotiating a key exchange across shards. Note that that will be replaced by the functionality in #1410 once merged.
It also adds a direct test for this function, which was lacking before.