str4d / rage

A simple, secure and modern file encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability.
https://age-encryption.org/v1
Apache License 2.0
2.69k stars 104 forks source link

age: Fix feature flag combination bugs in `cli_common` module #516

Closed str4d closed 3 months ago

str4d commented 3 months ago

Closes #515.

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 71.05263% with 11 lines in your changes missing coverage. Please review.

Project coverage is 50.74%. Comparing base (0cf17d9) to head (7e3c62b).

Files Patch % Lines
age/src/cli_common/recipients.rs 70.58% 10 Missing :warning:
age/src/cli_common/identities.rs 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #516 +/- ## ========================================== - Coverage 50.83% 50.74% -0.09% ========================================== Files 42 42 Lines 4058 4075 +17 ========================================== + Hits 2063 2068 +5 - Misses 1995 2007 +12 ```

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