noseglasses / elf_diff

A tool to compare ELF binaries
GNU General Public License v3.0
171 stars 21 forks source link

Feature/multiple improvements #84

Closed noseglasses closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #84 (d7c039b) into master (76024db) will increase coverage by 2.28%. The diff coverage is 92.97%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #84      +/-   ##
==========================================
+ Coverage   88.63%   90.92%   +2.28%     
==========================================
  Files          29       30       +1     
  Lines        2331     2379      +48     
  Branches      320      301      -19     
==========================================
+ Hits         2066     2163      +97     
+ Misses        169      134      -35     
+ Partials       96       82      -14     
Impacted Files Coverage Δ
src/elf_diff/formatted_output.py 71.42% <80.00%> (+4.76%) :arrow_up:
src/elf_diff/symbol.py 81.67% <81.53%> (-0.97%) :arrow_down:
src/elf_diff/deprecated/mass_report.py 81.60% <84.21%> (-3.01%) :arrow_down:
src/elf_diff/settings.py 90.63% <91.91%> (+7.92%) :arrow_up:
src/elf_diff/binary.py 92.82% <96.52%> (+1.15%) :arrow_up:
src/elf_diff/auxiliary.py 90.47% <100.00%> (+0.47%) :arrow_up:
src/elf_diff/binary_pair.py 97.85% <100.00%> (-0.11%) :arrow_down:
src/elf_diff/binary_pair_settings.py 100.00% <100.00%> (ø)
src/elf_diff/document_explorer.py 97.35% <100.00%> (+3.28%) :arrow_up:
src/elf_diff/error_handling.py 75.00% <100.00%> (ø)
... and 23 more