rnpgp / sexpp

C++ Library for SEXP (S-expressions)
Other
7 stars 4 forks source link

Replaced string<octet_t> with vector<octet_t> to adhere to C++ standard #52

Closed maxirmx closed 3 months ago

maxirmx commented 3 months ago

Fixes https://github.com/rnpgp/sexpp/issues/51

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 99.71%. Comparing base (2c8d9f4) to head (25bd9d7).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #52 +/- ## ======================================= Coverage 99.70% 99.71% ======================================= Files 10 10 Lines 689 706 +17 ======================================= + Hits 687 704 +17 Misses 2 2 ```

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

ronaldtse commented 3 months ago

@maxirmx please help merge when ready. Thanks.