facebook / akd

An implementation of an auditable key directory
Apache License 2.0
233 stars 35 forks source link

Cleanup of lookup node population #438

Closed kevinlewi closed 2 months ago

kevinlewi commented 2 months ago

Addresses https://github.com/facebook/akd/issues/437

codecov-commenter commented 2 months ago

Codecov Report

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

Project coverage is 88.91%. Comparing base (3ce5335) to head (1a6c59a). Report is 6 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #438 +/- ## ========================================== + Coverage 88.61% 88.91% +0.29% ========================================== Files 39 39 Lines 9109 9236 +127 ========================================== + Hits 8072 8212 +140 + Misses 1037 1024 -13 ```

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

kevinlewi commented 2 months ago

Subsumed by #441