MozillaSecurity / funfuzz

A collection of fuzzers in a harness for testing the SpiderMonkey JavaScript engine.
Mozilla Public License 2.0
631 stars 115 forks source link

Refactor the crashesat interestingness test to use argparse, logging and pathlib #199

Closed nth10sd closed 6 years ago

nth10sd commented 6 years ago

This still relies on grabCrashLog so still remaining at this same location for now.

codecov-io commented 6 years ago

Codecov Report

Merging #199 into master will increase coverage by 0.09%. The diff coverage is 36%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #199      +/-   ##
==========================================
+ Coverage   44.13%   44.23%   +0.09%     
==========================================
  Files          31       31              
  Lines        2687     2688       +1     
==========================================
+ Hits         1186     1189       +3     
+ Misses       1501     1499       -2
Impacted Files Coverage Δ
src/funfuzz/util/crashesat.py 34.28% <36%> (+7.81%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b4a7f75...1883710. Read the comment docs.