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(axios): use builtin form data to ensure blob form data works in n… #211

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

jordanshatford
Copy link
Collaborator

closes: #210

@jordanshatford jordanshatford requested a review from mrlubos April 2, 2024 07:05
@jordanshatford jordanshatford force-pushed the fix/axios-formdata-node branch from f04677b to b2f4b77 Compare April 2, 2024 07:08
Copy link

codecov bot commented Apr 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.78%. Comparing base (ca2847f) to head (7e7960d).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #211   +/-   ##
=======================================
  Coverage   90.78%   90.78%           
=======================================
  Files          65       65           
  Lines        3972     3972           
  Branches      461      461           
=======================================
  Hits         3606     3606           
  Misses        365      365           
  Partials        1        1           
Flag Coverage Δ
unittests 90.78% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@jordanshatford jordanshatford force-pushed the fix/axios-formdata-node branch from b2f4b77 to 7e7960d Compare April 2, 2024 07:19
@jordanshatford jordanshatford merged commit 8f3a256 into main Apr 2, 2024
14 checks passed
@jordanshatford jordanshatford deleted the fix/axios-formdata-node branch April 2, 2024 21:27
@github-actions github-actions bot mentioned this pull request Apr 2, 2024
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.

multipart upload in node+axios fails
2 participants