pogzyb / asyncwhois

Python WHOIS and RDAP utility for querying and parsing information about Domains, IPv4s, IPv6s, and AS numbers
MIT License
63 stars 18 forks source link

Improve test coverage #15

Closed pogzyb closed 3 years ago

pogzyb commented 3 years ago
codecov[bot] commented 3 years ago

Codecov Report

Merging #15 (0693108) into master (c00239e) will increase coverage by 4.73%. The diff coverage is 76.92%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
+ Coverage   70.94%   75.68%   +4.73%     
==========================================
  Files           6        6              
  Lines         981      987       +6     
==========================================
+ Hits          696      747      +51     
+ Misses        285      240      -45     
Impacted Files Coverage Δ
asyncwhois/query.py 82.90% <0.00%> (+1.32%) :arrow_up:
asyncwhois/parser.py 71.15% <100.00%> (+5.13%) :arrow_up:
asyncwhois/pywhois.py 90.40% <100.00%> (+6.40%) :arrow_up:

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 c00239e...0693108. Read the comment docs.