Skip to content

SDK regeneration

62a2abd
Select commit
Loading
Failed to load commit list.
Merged

Feat: Passthrough fetch, error cause propagation, type refinements, and core improvements #1318

SDK regeneration
62a2abd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 9, 2026 in 0s

89.42% (+0.36%) compared to c7ce988

View this Pull Request on Codecov

89.42% (+0.36%) compared to c7ce988

Details

Codecov Report

❌ Patch coverage is 87.75510% with 12 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.42%. Comparing base (c7ce988) to head (62a2abd).

Files with missing lines Patch % Lines
src/management/Client.ts 0.00% 4 Missing ⚠️
src/management/errors/ManagementTimeoutError.ts 0.00% 3 Missing ⚠️
.../management/core/fetcher/makePassthroughRequest.ts 96.87% 2 Missing ⚠️
src/management/core/pagination/Page.ts 0.00% 1 Missing ⚠️
src/management/errors/ManagementError.ts 50.00% 1 Missing ⚠️
src/management/errors/handleNonStatusCodeError.ts 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1318      +/-   ##
==========================================
+ Coverage   89.05%   89.42%   +0.36%     
==========================================
  Files         384      384              
  Lines       18234    18246      +12     
  Branches     8682     9047     +365     
==========================================
+ Hits        16239    16316      +77     
+ Misses       1991     1926      -65     
  Partials        4        4              
Files with missing lines Coverage Δ
src/management/api/types/types.ts 100.00% <ø> (ø)
src/management/core/auth/BasicAuth.ts 95.00% <100.00%> (+1.25%) ⬆️
src/management/core/fetcher/BinaryResponse.ts 100.00% <ø> (ø)
src/management/core/fetcher/Fetcher.ts 93.95% <100.00%> (+0.04%) ⬆️
src/management/core/fetcher/index.ts 100.00% <100.00%> (ø)
src/management/core/fetcher/makeRequest.ts 100.00% <100.00%> (ø)
...management/core/form-data-utils/FormDataWrapper.ts 91.30% <100.00%> (ø)
src/management/core/pagination/index.ts 100.00% <ø> (ø)
src/management/core/runtime/runtime.ts 62.50% <100.00%> (-3.22%) ⬇️
src/management/core/pagination/Page.ts 61.53% <0.00%> (ø)
... and 5 more

... and 2 files with indirect coverage changes

🚀 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.