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

Make various zip/APK symbolization tests end-to-end tests #893

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

d-e-s-o commented 2 weeks ago

As motivated in commit d8c994d5c08e ("Make BPF symbolization tests end-to-end tests"), in order to stand a chance of having a reasonable grasp on what part of the public API surface is being tested, it makes the most sense to make all end-to-end tests co-located next to each other (and named consistently etc.). With this change we take another step into this direction and move zip/APK related symbolization tests into our end-to-end test suite.

codecov[bot] commented 2 weeks ago

Codecov Report

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

Project coverage is 94.57%. Comparing base (f4c40a3) to head (aec51c7). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #893 +/- ## ========================================== - Coverage 95.29% 94.57% -0.73% ========================================== Files 56 56 Lines 10307 10204 -103 ========================================== - Hits 9822 9650 -172 - Misses 485 554 +69 ```

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