Skip to content

fix: request aborted shoudn't result in a fetch error#2741

Merged
SkArchon merged 8 commits into
mainfrom
milinda/eng-8828-router-request-aborted-shoudnt-result-in-a-fetch-error
Apr 22, 2026
Merged

fix: request aborted shoudn't result in a fetch error#2741
SkArchon merged 8 commits into
mainfrom
milinda/eng-8828-router-request-aborted-shoudnt-result-in-a-fetch-error

Merge branch 'main' into milinda/eng-8828-router-request-aborted-shou…

4ce8468
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 22, 2026 in 1s

65.99% (target 30.00%)

View this Pull Request on Codecov

65.99% (target 30.00%)

Details

Codecov Report

❌ Patch coverage is 92.13483% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 65.99%. Comparing base (1ac6450) to head (4ce8468).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
router/core/batch.go 33.33% 2 Missing and 2 partials ⚠️
router/core/engine_loader_hooks.go 96.22% 1 Missing and 1 partial ⚠️
router/core/graphql_prehandler.go 93.75% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2741      +/-   ##
==========================================
+ Coverage   65.62%   65.99%   +0.37%     
==========================================
  Files         254      254              
  Lines       26401    33221    +6820     
==========================================
+ Hits        17325    21924    +4599     
- Misses       7670     9908    +2238     
+ Partials     1406     1389      -17     
Files with missing lines Coverage Δ
router/core/errors.go 80.56% <100.00%> (+0.85%) ⬆️
router/pkg/trace/transport.go 100.00% <100.00%> (ø)
router/core/graphql_prehandler.go 85.34% <93.75%> (+0.65%) ⬆️
router/core/engine_loader_hooks.go 90.52% <96.22%> (-1.46%) ⬇️
router/core/batch.go 79.65% <33.33%> (-3.28%) ⬇️

... and 235 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.