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

Fix BaseParser + more TLD parsers #18

Closed pogzyb closed 3 years ago

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

Codecov Report

Merging #18 (a024ec3) into master (f28bc13) will increase coverage by 1.98%. The diff coverage is 87.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
+ Coverage   77.06%   79.05%   +1.98%     
==========================================
  Files           6        6              
  Lines        1051     1160     +109     
==========================================
+ Hits          810      917     +107     
- Misses        241      243       +2     
Impacted Files Coverage Δ
asyncwhois/__init__.py 100.00% <ø> (ø)
asyncwhois/query.py 82.90% <41.66%> (ø)
asyncwhois/pywhois.py 90.40% <70.00%> (ø)
asyncwhois/parser.py 76.34% <92.80%> (+2.96%) :arrow_up:
asyncwhois/errors.py 100.00% <100.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 f28bc13...a024ec3. Read the comment docs.