facebook / akd

An implementation of an auditable key directory
Apache License 2.0
247 stars 36 forks source link

Fix CI docker compose and clippy errors #450

Closed afterdusk closed 3 months ago

afterdusk commented 3 months ago

To address the following error on GitHub Actions test running job: image

The issue and fix is described here,

codecov-commenter commented 3 months ago

Codecov Report

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

Project coverage is 88.04%. Comparing base (3ce5335) to head (45c8071). Report is 13 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #450 +/- ## ========================================== - Coverage 88.61% 88.04% -0.57% ========================================== Files 39 38 -1 Lines 9109 8282 -827 ========================================== - Hits 8072 7292 -780 + Misses 1037 990 -47 ```

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

afterdusk commented 3 months ago

Added fixes for clippy issues.