rnpgp / rnp

RNP: high performance C++ OpenPGP library used by Mozilla Thunderbird
https://www.rnpgp.org
Other
202 stars 55 forks source link

Move duplicated parts from symmetric*.cpp to separate file #2224

Closed desvxx closed 7 months ago

desvxx commented 7 months ago

fixes #2216

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 96.07843% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 83.64%. Comparing base (2d04bf7) to head (9921574).

Files Patch % Lines
src/lib/crypto/symmetric_common.cpp 95.94% 6 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2224 +/- ## ========================================== - Coverage 83.69% 83.64% -0.06% ========================================== Files 106 107 +1 Lines 23321 23168 -153 ========================================== - Hits 19519 19379 -140 + Misses 3802 3789 -13 ```

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

ronaldtse commented 7 months ago

Thank you @desvxx !