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

feat: Switch to undici #247

Merged
merged 11 commits into from
Jul 6, 2022

Conversation

kibertoad
Copy link
Contributor

@kibertoad kibertoad commented Jun 4, 2022

fixes #242

This is a breaking change, and it would be better to batch it with #243 prior to releasing.

Update: I'm not yet fully happy with form handling, e2e test I'm writing is showing some errors, hence converted to draft for now

@codecov
Copy link

codecov bot commented Jun 4, 2022

Codecov Report

Merging #247 (b8b8ca1) into master (97ca906) will increase coverage by 2.06%.
The diff coverage is 97.61%.

@@            Coverage Diff             @@
##           master     #247      +/-   ##
==========================================
+ Coverage   76.87%   78.94%   +2.06%     
==========================================
  Files           2        2              
  Lines         173      190      +17     
==========================================
+ Hits          133      150      +17     
  Misses         40       40              
Impacted Files Coverage Δ
lib/utils.js 98.70% <97.61%> (+0.36%) ⬆️

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 97ca906...b8b8ca1. Read the comment docs.

@kibertoad kibertoad marked this pull request as draft June 4, 2022 21:16
@kibertoad kibertoad marked this pull request as ready for review June 5, 2022 00:48
@kibertoad
Copy link
Contributor Author

@arjunkomath Sorry for the delay, but it is finished now. Could you please review?
After this one is done, I'll switch to #243

@arjunkomath arjunkomath merged commit 646aefd into arjunkomath:master Jul 6, 2022
@arjunkomath
Copy link
Owner

@kibertoad merged, thank you!

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.

Replace axios with undici
2 participants