private-attribution / ipa

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

Remove more GenericArray usage #1102

Closed benjaminsavage closed 3 months ago

benjaminsavage commented 3 months ago

Moving away from use of GenericArray in favor of just normal vanilla arrays.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 90.97%. Comparing base (2af7b98) to head (383f0f1). Report is 87 commits behind head on main.

Files Patch % Lines
ipa-core/src/protocol/context/dzkp_field.rs 92.30% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1102 +/- ## ========================================== + Coverage 90.95% 90.97% +0.01% ========================================== Files 184 185 +1 Lines 26079 26222 +143 ========================================== + Hits 23720 23855 +135 - Misses 2359 2367 +8 ```

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