rnpgp / sexpp

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

Implemented char_traits for SEXP octet_t #54

Closed maxirmx closed 2 months ago

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 (92ce195) to head (46744a1).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #54 +/- ## ======================================= Coverage 99.70% 99.71% ======================================= Files 10 10 Lines 689 692 +3 ======================================= + Hits 687 690 +3 Misses 2 2 ```

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

maxirmx commented 3 months ago

Another attempt to fix #51 using different approach