private-attribution / ipa

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

Matching IETF draft. Using L not lambda #1183

Closed benjaminsavage closed 3 months ago

benjaminsavage commented 3 months ago

Feedback from @martinthomson was that we should not use lambda as it's hard to type.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 92.05%. Comparing base (5f59526) to head (ef2a5af).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1183 +/- ## ======================================= Coverage 92.04% 92.05% ======================================= Files 196 196 Lines 29241 29242 +1 ======================================= + Hits 26916 26918 +2 + Misses 2325 2324 -1 ```

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

akoshelev commented 3 months ago

Thank you both!