libbpf / blazesym

blazesym is a library for address symbolization and related tasks
BSD 3-Clause "New" or "Revised" License
122 stars 25 forks source link

capi: Move error functionality into module of same name #899

Closed danielocfb closed 2 weeks ago

danielocfb commented 2 weeks ago

Move the error functionality into a separate module to clean up the main lib.rs file a little bit.

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 98.79518% with 1 line in your changes missing coverage. Please review.

Project coverage is 94.50%. Comparing base (6dc6dde) to head (173f493). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
capi/src/error.rs 98.79% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #899 +/- ## ========================================== - Coverage 94.53% 94.50% -0.03% ========================================== Files 56 56 Lines 10140 10140 ========================================== - Hits 9586 9583 -3 - Misses 554 557 +3 ```

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