MozillaSecurity / ffpuppet

A Python module that aids in the automation of Firefox at the process level
Mozilla Public License 2.0
31 stars 7 forks source link

Include minidump-stackwalk errors in minidump logs #177

Closed tysmith closed 1 year ago

tysmith commented 1 year ago

This makes minidump reporting function more like sanitizers.

codecov[bot] commented 1 year ago

Codecov Report

Merging #177 (da9aebf) into master (be10ce0) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #177   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        13           
  Lines         1501      1514   +13     
=========================================
+ Hits          1501      1514   +13     
Files Changed Coverage Δ
src/ffpuppet/core.py 100.00% <100.00%> (ø)
src/ffpuppet/minidump_parser.py 100.00% <100.00%> (ø)