Closed amold1 closed 2 months ago
Attention: Patch coverage is 65.27197%
with 83 lines
in your changes missing coverage. Please review.
Project coverage is 40.13%. Comparing base (
7276afc
) to head (6cff550
). Report is 3 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary:
This change replaces the use of cryptsetup binary for LUKS encryption with cryptsetup go pkg. The rationale for doing this is eloquently stated in the go pkg docs here
Related Changes;
Given this pkg uses underlying C libraries that are available only for linux systems and not macos, we are now moving our make targets to use docker containers(with an image created from dev dockerfile)