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

Fix broken doctest #22

Merged
merged 1 commit into from
Nov 20, 2024
Merged

Fix broken doctest #22

merged 1 commit into from
Nov 20, 2024

Conversation

paolobarbolini
Copy link
Contributor

It looks like the hyper v1 upgrade forgot to update the main doc test, making it fail to compile with cargo test --doc.

Fixes #20
Fixes #21

@paolobarbolini paolobarbolini changed the title Fix broken example Fix broken doctest Oct 28, 2024
Copy link

codecov bot commented Oct 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.18%. Comparing base (24c5166) to head (e13c84e).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage   84.05%   88.18%   +4.13%     
==========================================
  Files           1        1              
  Lines         395      364      -31     
==========================================
- Hits          332      321      -11     
+ Misses         63       43      -20     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@ark0f ark0f merged commit 244e9e3 into ark0f:master Nov 20, 2024
6 checks passed
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.

Unable to create a socks5 hyper client docs example
2 participants