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

Support pylint 2.2.2 #218

Closed nth10sd closed 5 years ago

nth10sd commented 5 years ago

This enables us to run pylint on Python 3.7 in Travis.

codecov-io commented 5 years ago

Codecov Report

Merging #218 into master will decrease coverage by <.01%. The diff coverage is 39.21%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #218      +/-   ##
==========================================
- Coverage   44.48%   44.48%   -0.01%     
==========================================
  Files          39       39              
  Lines        2740     2736       -4     
==========================================
- Hits         1219     1217       -2     
+ Misses       1521     1519       -2
Impacted Files Coverage Δ
tests/js/test_build_options.py 94.73% <0%> (ø) :arrow_up:
src/funfuzz/util/lithium_helpers.py 13.15% <0%> (ø) :arrow_up:
src/funfuzz/util/os_ops.py 17.12% <0%> (ø) :arrow_up:
src/funfuzz/util/sm_compile_helpers.py 72.83% <0%> (ø) :arrow_up:
src/funfuzz/util/fork_join.py 26.47% <0%> (ø) :arrow_up:
src/funfuzz/util/create_collector.py 30% <0%> (ø) :arrow_up:
src/funfuzz/util/repos_update.py 25% <0%> (ø) :arrow_up:
src/funfuzz/util/hg_helpers.py 41.48% <0%> (ø) :arrow_up:
src/funfuzz/util/s3cache.py 52.63% <100%> (ø) :arrow_up:
src/funfuzz/bot.py 20.74% <100%> (ø) :arrow_up:
... and 9 more

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 6763570...a6173ad. Read the comment docs.