private-attribution / ipa

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

fix miri errors #1125

Closed danielmasny closed 2 months ago

danielmasny commented 2 months ago

Miri checks fail due to errors in main

danielmasny commented 2 months ago

BoolIterator seems to be the only issue that caused miri to fail. I have added an issue to remove the dead code flag: https://github.com/private-attribution/ipa/issues/1126.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.50%. Comparing base (97c272e) to head (d18131c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1125 +/- ## ========================================== + Coverage 91.47% 91.50% +0.03% ========================================== Files 189 189 Lines 27273 27267 -6 ========================================== + Hits 24947 24950 +3 + Misses 2326 2317 -9 ```

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