shepherdjay / ipfromwebpage

Simple script that scrapes a web page for IP addresses and prints aggregate result.
MIT License
2 stars 6 forks source link

reduce complexity of main method with helper print method #42

Closed natezyz closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #42 into master will decrease coverage by 0.06%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
- Coverage   95.58%   95.52%   -0.07%     
==========================================
  Files           1        1              
  Lines          68       67       -1     
  Branches       12       10       -2     
==========================================
- Hits           65       64       -1     
  Misses          2        2              
  Partials        1        1
Impacted Files Coverage Δ
ipfromwebpage/ipfromwebpage.py 95.52% <100%> (-0.07%) :arrow_down:

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 156052d...9094984. Read the comment docs.