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

Replace reqwest with ureq #72

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Replace reqwest with ureq #72

merged 1 commit into from
Dec 20, 2024

Conversation

jwodder
Copy link
Owner

@jwodder jwodder commented Aug 17, 2024

Closes #71.

@jwodder jwodder added the code quality Nonfunctional improvements to the codebase label Aug 17, 2024
Copy link

codecov bot commented Aug 17, 2024

Codecov Report

Attention: Patch coverage is 0% with 140 lines in your changes missing coverage. Please review.

Project coverage is 83.22%. Comparing base (85acc89) to head (d2d63d4).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
src/client/util.rs 0.00% 63 Missing ⚠️
src/client.rs 0.00% 58 Missing ⚠️
src/main.rs 0.00% 19 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
+ Coverage   82.79%   83.22%   +0.42%     
==========================================
  Files           7        7              
  Lines        3156     3129      -27     
==========================================
- Hits         2613     2604       -9     
+ Misses        543      525      -18     

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

@jwodder jwodder marked this pull request as ready for review December 20, 2024 20:10
@jwodder jwodder merged commit b1900ef into master Dec 20, 2024
9 checks passed
@jwodder jwodder deleted the ureq branch December 20, 2024 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Nonfunctional improvements to the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use a synchronous HTTP client
1 participant