Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce address based index to ELF symbol table cache #939

Merged
merged 2 commits into from
Dec 23, 2024

Remove ElfNBoxedSlice type

9116402
Select commit
Loading
Failed to load commit list.
Merged

Introduce address based index to ELF symbol table cache #939

Remove ElfNBoxedSlice type
9116402
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 23, 2024 in 0s

94.56% (+0.12%) compared to 9a39222

View this Pull Request on Codecov

94.56% (+0.12%) compared to 9a39222

Details

Codecov Report

Attention: Patch coverage is 97.72727% with 2 lines in your changes missing coverage. Please review.

Project coverage is 94.56%. Comparing base (9a39222) to head (9116402).

Files with missing lines Patch % Lines
src/elf/parser.rs 98.71% 1 Missing ⚠️
src/elf/types.rs 90.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #939      +/-   ##
==========================================
+ Coverage   94.44%   94.56%   +0.12%     
==========================================
  Files          57       57              
  Lines       10531    10527       -4     
==========================================
+ Hits         9946     9955       +9     
+ Misses        585      572      -13     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.