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: Use application/octet-stream as a fallback media type to avoid "Unknown media type" errors #32471

Merged
merged 19 commits into from
Jun 19, 2024

Merge branch 'develop' into feat/setting-allow-upload-unknown-media

2886ac3
Select commit
Loading
Failed to load commit list.
Merged

feat: Use application/octet-stream as a fallback media type to avoid "Unknown media type" errors #32471

Merge branch 'develop' into feat/setting-allow-upload-unknown-media
2886ac3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jun 19, 2024 in 0s

55.06% (-1.47%) compared to 3039968

View this Pull Request on Codecov

55.06% (-1.47%) compared to 3039968

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.06%. Comparing base (3039968) to head (2886ac3).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop   #32471      +/-   ##
===========================================
- Coverage    56.53%   55.06%   -1.47%     
===========================================
  Files         2484     2397      -87     
  Lines        54693    53207    -1486     
  Branches     11286    10946     -340     
===========================================
- Hits         30921    29300    -1621     
- Misses       21122    21319     +197     
+ Partials      2650     2588      -62