test(code-origin): replace axios with fetch - #10073
Conversation
Fetch resolves when response headers arrive. The test request helpers consume each response body before reporting completion, which preserves the existing request timing.
Overall package sizeSelf size: 8.56 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.4.0 | 127.33 kB | 447.04 kB | | opentracing | 0.14.7 | 194.81 kB | 194.81 kB | | dc-polyfill | 0.1.11 | 25.74 kB | 25.74 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
|
BenchmarksBenchmark execution time: 2026-08-31 14:27:25 Comparing candidate commit 630bc43 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 2295 metrics, 15 unstable metrics.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #10073 +/- ##
==========================================
- Coverage 98.60% 98.58% -0.02%
==========================================
Files 992 992
Lines 149800 149800
Branches 12758 13341 +583
==========================================
- Hits 147704 147687 -17
- Misses 2096 2113 +17 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Fetch resolves when response headers arrive. The test request helpers consume each response body before reporting completion, which preserves the existing request timing.