smicallef / spiderfoot

SpiderFoot automates OSINT for threat intelligence and mapping your attack surface.
http://www.spiderfoot.net
MIT License
13.28k stars 2.29k forks source link

Tests: Use empty bytes() for type tests #1697

Closed bcoles closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #1697 (7258eef) into master (1337e17) will increase coverage by 0.03%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #1697      +/-   ##
==========================================
+ Coverage   46.43%   46.47%   +0.03%     
==========================================
  Files         709      709              
  Lines       46742    46769      +27     
==========================================
+ Hits        21705    21735      +30     
+ Misses      25037    25034       -3     
Impacted Files Coverage Δ
test/unit/spiderfoot/test_spiderfootevent.py 100.00% <100.00%> (ø)
test/unit/spiderfoot/test_spiderfoothelpers.py 100.00% <100.00%> (ø)
test/unit/spiderfoot/test_spiderfoottarget.py 100.00% <100.00%> (ø)
test/unit/test_spiderfoot.py 96.96% <100.00%> (+0.16%) :arrow_up:
sflib.py 63.71% <0.00%> (+0.12%) :arrow_up:
sfscan.py 77.62% <0.00%> (+0.27%) :arrow_up:
spiderfoot/target.py 96.00% <0.00%> (+1.00%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more