fkie-cad / fact_extractor

Standalone Utility for FACT-like extraction
GNU General Public License v3.0
80 stars 31 forks source link

replaced binwalk fork and removed stuffit #46

Closed dorpvom closed 4 years ago

dorpvom commented 4 years ago
jstucke commented 4 years ago

It seems the CI did not pass, though: FAILED fact_extractor/plugins/unpacking/srec/code/srec.py::FLAKE8

jstucke commented 4 years ago
_______________________ FLAKE8-check(ignoring E501 W503) _______________________
/home/jenkins/workspace/bionic_extractor/fact_extractor/plugins/unpacking/srec/code/srec.py:22:13: E741 ambiguous variable name 'l'

this should be fixed in master now anyway

codecov[bot] commented 4 years ago

Codecov Report

Merging #46 into master will increase coverage by 0.33%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
+ Coverage   88.56%   88.90%   +0.33%     
==========================================
  Files         111      111              
  Lines        3139     3127      -12     
==========================================
  Hits         2780     2780              
+ Misses        359      347      -12     
Impacted Files Coverage Δ
fact_extractor/install/unpacker.py 0.00% <0.00%> (ø)

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 6f3971b...cdf3643. Read the comment docs.