Skip to content

Add resilient file transfer helpers - #1205

Merged
AndreyVMarkelov merged 5 commits into
mainfrom
andreymarkelov/filetransfer-parity
Aug 19, 2026
Merged

Add resilient file transfer helpers#1205
AndreyVMarkelov merged 5 commits into
mainfrom
andreymarkelov/filetransfer-parity

Conversation

@AndreyVMarkelov

@AndreyVMarkelov AndreyVMarkelov commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add resilient file-transfer helpers for sequential, concurrent, and reader-backed uploads
  • reconcile upload-session offsets after ambiguous responses and validate source ranges
  • honor Retry-After for local file-download retries
  • add unit, type, and authenticated integration coverage

@codecov

codecov Bot commented Aug 18, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 84.69388% with 45 lines in your changes missing coverage. Please review.
✅ Project coverage is 75.38%. Comparing base (d67ed8a) to head (5439aad).

Files with missing lines Patch % Lines
src/filetransfer.js 83.92% 45 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1205      +/-   ##
==========================================
+ Coverage   72.89%   75.38%   +2.49%     
==========================================
  Files          10       11       +1     
  Lines        1199     1491     +292     
==========================================
+ Hits          874     1124     +250     
- Misses        325      367      +42     
Flag Coverage Δ
integration 49.02% <52.04%> (+0.90%) ⬆️
unit 74.58% <84.69%> (+2.43%) ⬆️

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

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@AndreyVMarkelov
AndreyVMarkelov marked this pull request as ready for review August 18, 2026 23:45
@AndreyVMarkelov
AndreyVMarkelov merged commit b3b5379 into main Aug 19, 2026
71 of 79 checks passed
@AndreyVMarkelov
AndreyVMarkelov deleted the andreymarkelov/filetransfer-parity branch August 19, 2026 17:19
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.

2 participants