Skip to content

feat(service-worker): standalone service worker runtime#6022

Open
gxkl wants to merge 39 commits into
nextfrom
feat/service-worker
Open

feat(service-worker): standalone service worker runtime#6022
gxkl wants to merge 39 commits into
nextfrom
feat/service-worker

refactor(service-worker): app config from module.yml + MCP transport …

0b0834b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 14, 2026 in 1s

82.72% (+0.29%) compared to 8d7f6c7

View this Pull Request on Codecov

82.72% (+0.29%) compared to 8d7f6c7

Details

Codecov Report

❌ Patch coverage is 85.35286% with 110 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.72%. Comparing base (8d7f6c7) to head (0b0834b).

Files with missing lines Patch % Lines
...plugin/controller/src/lib/impl/mcp/EggMcpRouter.ts 35.41% 15 Missing and 16 partials ⚠️
...ker-controller/src/http/FetchHTTPMethodRegister.ts 70.90% 16 Missing ⚠️
...orker-controller/src/mcp/ServiceWorkerMcpRouter.ts 89.05% 13 Missing and 2 partials ⚠️
...roller-runtime/src/lib/impl/mcp/MCPServerHelper.ts 10.00% 8 Missing and 1 partial ⚠️
...troller/src/lib/impl/http/EggHTTPMethodRegister.ts 86.44% 8 Missing ⚠️
.../standalone/service-worker/src/ServiceWorkerApp.ts 90.14% 5 Missing and 2 partials ⚠️
...ervice-worker-controller/src/utils/RequestUtils.ts 64.28% 3 Missing and 2 partials ⚠️
tegg/plugin/mcp-proxy/src/index.ts 0.00% 2 Missing and 2 partials ⚠️
...untime/src/lib/impl/http/HTTPControllerRegister.ts 90.32% 3 Missing ⚠️
...vice-worker-controller/src/event/FetchEventImpl.ts 78.57% 3 Missing ⚠️
... and 5 more
Additional details and impacted files
@@            Coverage Diff             @@
##             next    #6022      +/-   ##
==========================================
+ Coverage   82.43%   82.72%   +0.29%     
==========================================
  Files         686      718      +32     
  Lines       21335    22079     +744     
  Branches     4260     4394     +134     
==========================================
+ Hits        17587    18265     +678     
- Misses       3241     3312      +71     
+ Partials      507      502       -5     

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