Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure ipv4 to str conversion #21

Merged
merged 3 commits into from
Dec 29, 2022
Merged

Ensure ipv4 to str conversion #21

merged 3 commits into from
Dec 29, 2022

Conversation

pogzyb
Copy link
Owner

@pogzyb pogzyb commented Dec 29, 2022

Fixes #20 . This change makes sure that ipaddress objects are converted to strings before doing string concatenation.

Fixes #20. This change makes sure that ipaddress objects are converted to
strings before doing string concatentation.
@codecov
Copy link

codecov bot commented Dec 29, 2022

Codecov Report

Base: 72.83% // Head: 73.49% // Increases project coverage by +0.65% 🎉

Coverage data is based on head (a6b8c20) compared to base (53091bd).
Patch coverage: 80.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #21      +/-   ##
==========================================
+ Coverage   72.83%   73.49%   +0.65%     
==========================================
  Files           6        6              
  Lines         578      581       +3     
==========================================
+ Hits          421      427       +6     
+ Misses        157      154       -3     
Impacted Files Coverage Δ
whodap/client.py 65.01% <80.00%> (+1.34%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@pogzyb pogzyb merged commit 4ab5e38 into main Dec 29, 2022
@pogzyb pogzyb deleted the bugfix/ipv4_build_href branch December 29, 2022 17:40
@pogzyb pogzyb mentioned this pull request Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'_build_query_href' method AttributeError
1 participant