private-attribution / ipa

A raw implementation of Interoperable Private Attribution
MIT License
41 stars 23 forks source link

Relaxed Padding DP behind feature flag #1247

Closed bmcase closed 1 week ago

bmcase commented 2 weeks ago

Make is such that we run with default Padding DP parameters unless certain feature flags are turned on for testing. Following Andy's suggested approach to add a new option to the QueryType enum, QueryType::OprfIpaRelaxedDpPadding

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 62.85714% with 26 lines in your changes missing coverage. Please review.

Project coverage is 92.27%. Comparing base (2a059ea) to head (a9c6713). Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
ipa-core/src/query/executor.rs 3.70% 26 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1247 +/- ## ========================================== - Coverage 92.34% 92.27% -0.07% ========================================== Files 200 200 Lines 31370 31434 +64 ========================================== + Hits 28969 29007 +38 - Misses 2401 2427 +26 ```

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