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

Add regression test for #875 #878

Closed d-e-s-o closed 3 weeks ago

d-e-s-o commented 3 weeks ago

Add a regression test for the change introduced with pull request #875. It's unfortunately very involved and cumbersome to come up with a complete end-to-end test and so with this change we add a unit test based on partial data from the binary in question.

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 95.39%. Comparing base (2472f5c) to head (93dbe98). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #878 +/- ## ======================================= Coverage 95.39% 95.39% ======================================= Files 55 55 Lines 10522 10523 +1 ======================================= + Hits 10037 10038 +1 Misses 485 485 ```

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