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(core): Make parsing of content-type and content-disposition headers more flexible #7217

Merged
merged 1 commit into from
Sep 20, 2023

Implement parsing of Content-Disposition and Content-Type

d2d1821
Select commit
Loading
Failed to load commit list.
Merged

fix(core): Make parsing of content-type and content-disposition headers more flexible #7217

Implement parsing of Content-Disposition and Content-Type
d2d1821
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Sep 20, 2023 in 1s

32.70% (+0.01%) compared to 12a3168

View this Pull Request on Codecov

32.70% (+0.01%) compared to 12a3168

Details

Codecov Report

Patch coverage: 96.22% and project coverage change: +0.01% 🎉

Comparison is base (12a3168) 32.69% compared to head (d2d1821) 32.70%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7217      +/-   ##
==========================================
+ Coverage   32.69%   32.70%   +0.01%     
==========================================
  Files        3347     3347              
  Lines      199758   199779      +21     
  Branches    21896    21898       +2     
==========================================
+ Hits        65301    65330      +29     
+ Misses     133362   133353       -9     
- Partials     1095     1096       +1     
Files Changed Coverage Δ
packages/core/src/NodeExecuteFunctions.ts 20.44% <96.22%> (+2.41%) ⬆️

... and 1 file with indirect coverage changes

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