Skip to content

fix(upload): only create directory if needed - #1674

Merged
susnux merged 1 commit into
mainfrom
fix/mkcol
Jul 6, 2026
Merged

fix(upload): only create directory if needed#1674
susnux merged 1 commit into
mainfrom
fix/mkcol

Conversation

@susnux

@susnux susnux commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

When doing a batch upload / file tree upload, we should not try to create the root folder which is the empty string.

🤖 AI (if applicable)

  • The content of this PR was partly or fully generated using AI

@susnux
susnux requested review from nfebe and skjnldsv June 30, 2026 11:37
@susnux susnux added type: bug 🐛 Something isn't working 3. to review 3️⃣ Waiting for reviews labels Jun 30, 2026
@codecov

codecov Bot commented Jun 30, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 0.00%. Comparing base (10f8f74) to head (60df1c2).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
lib/upload/uploader/UploadFileTree.ts 0.00% 2 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1674   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files         42      42           
  Lines       1103    1062   -41     
  Branches     284     257   -27     
=====================================
+ Misses      1103    1062   -41     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

When doing a batch upload / file tree upload, we should not try
to create the root folder which is the empty string.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnux
susnux merged commit 141ae5e into main Jul 6, 2026
12 checks passed
@susnux
susnux deleted the fix/mkcol branch July 6, 2026 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review 3️⃣ Waiting for reviews type: bug 🐛 Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants