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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Replace reqwest with ureq #72

wants to merge 1 commit into from

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 132 lines in your changes missing coverage. Please review.

Project coverage is 83.18%. Comparing base (80c44c3) to head (6cbad2d).

Files Patch % Lines
src/client.rs 0.00% 57 Missing ⚠️
src/client/util.rs 0.00% 56 Missing ⚠️
src/main.rs 0.00% 19 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
+ Coverage   82.63%   83.18%   +0.55%     
==========================================
  Files           7        7              
  Lines        3173     3152      -21     
==========================================
  Hits         2622     2622              
+ Misses        551      530      -21     

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

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