ranguli / ioccheck

A tool for simplifying the process of researching IOCs.
MIT License
25 stars 0 forks source link

Test mocking and improving code quality #6

Closed ranguli closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #6 (6c809d5) into main (76aa059) will increase coverage by 11.02%. The diff coverage is 75.20%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main       #6       +/-   ##
===========================================
+ Coverage   61.64%   72.66%   +11.02%     
===========================================
  Files          17       17               
  Lines         571      622       +51     
===========================================
+ Hits          352      452      +100     
+ Misses        219      170       -49     
Impacted Files Coverage Δ
ioccheck/ioc_types.py 95.23% <ø> (ø)
ioccheck/cli/formatters/virustotal.py 47.27% <46.42%> (+10.01%) :arrow_up:
ioccheck/cli/formatters/malwarebazaar.py 53.33% <50.00%> (+13.33%) :arrow_up:
ioccheck/services/shodan.py 61.53% <50.00%> (+2.56%) :arrow_up:
ioccheck/cli/formatters/shodan.py 65.38% <57.14%> (+5.38%) :arrow_up:
ioccheck/cli/__init__.py 42.69% <60.00%> (-0.99%) :arrow_down:
ioccheck/services/virustotal.py 71.21% <66.66%> (+18.08%) :arrow_up:
ioccheck/cli/formatters/formatter.py 80.00% <75.00%> (+13.33%) :arrow_up:
ioccheck/services/service.py 76.19% <77.77%> (+19.04%) :arrow_up:
ioccheck/iocs/ioc.py 85.54% <84.09%> (+9.15%) :arrow_up:
... and 5 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 5340754...6c809d5. Read the comment docs.