Skip to content

feat(tegg): declarative module plugin mechanism#6021

Open
gxkl wants to merge 71 commits into
nextfrom
feat/module-plugin-core
Open

feat(tegg): declarative module plugin mechanism#6021
gxkl wants to merge 71 commits into
nextfrom
feat/module-plugin-core

fix(tegg): address review follow-ups

5c42a6d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 9, 2026 in 0s

82.19% (+0.20%) compared to 3ddbbe4

View this Pull Request on Codecov

82.19% (+0.20%) compared to 3ddbbe4

Details

Codecov Report

❌ Patch coverage is 90.33816% with 80 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.19%. Comparing base (3ddbbe4) to head (5c42a6d).

Files with missing lines Patch % Lines
tegg/core/runtime/src/impl/EggInnerObjectImpl.ts 57.77% 34 Missing and 4 partials ⚠️
tegg/standalone/standalone/src/StandaloneApp.ts 88.05% 15 Missing and 1 partial ⚠️
...e/metadata/src/impl/InjectObjectPrototypeFinder.ts 85.00% 4 Missing and 2 partials ⚠️
...ore/runtime/src/impl/InnerObjectLoadUnitBuilder.ts 93.87% 3 Missing ⚠️
tegg/plugin/config/src/lib/ModuleScanner.ts 94.82% 3 Missing ⚠️
tegg/standalone/standalone/src/main.ts 82.35% 3 Missing ⚠️
...g/core/metadata/src/model/graph/ProtoGraphUtils.ts 94.11% 2 Missing ⚠️
.../core/runtime/src/impl/ProvidedInnerObjectProto.ts 95.83% 2 Missing ⚠️
tegg/standalone/standalone/src/EggModuleLoader.ts 90.47% 2 Missing ⚠️
...g/core/aop-runtime/src/AopContextAdviceRegistry.ts 90.90% 1 Missing ⚠️
... and 4 more
Additional details and impacted files
@@            Coverage Diff             @@
##             next    #6021      +/-   ##
==========================================
+ Coverage   81.98%   82.19%   +0.20%     
==========================================
  Files         678      686       +8     
  Lines       20838    21195     +357     
  Branches     4154     4224      +70     
==========================================
+ Hits        17085    17422     +337     
- Misses       3235     3256      +21     
+ Partials      518      517       -1     

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