Skip to content

[WIP] feat(tegg): declarative module plugin mechanism#6021

Draft
gxkl wants to merge 38 commits into
nextfrom
feat/module-plugin-core
Draft

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

fix(config): tolerate non-materialized module dirs from bundle manifests

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

81.99% (+0.03%) compared to 767ac19

View this Pull Request on Codecov

81.99% (+0.03%) compared to 767ac19

Details

Codecov Report

❌ Patch coverage is 87.78281% with 81 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.99%. Comparing base (767ac19) to head (836cf18).
⚠️ Report is 1 commits behind head on next.

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 87.39% 15 Missing ⚠️
...e/metadata/src/impl/InjectObjectPrototypeFinder.ts 85.00% 4 Missing and 2 partials ⚠️
.../core/runtime/src/impl/ProvidedInnerObjectProto.ts 91.11% 4 Missing ⚠️
tegg/standalone/standalone/src/EggModuleLoader.ts 82.60% 4 Missing ⚠️
...e/metadata/src/impl/EggInnerObjectPrototypeImpl.ts 93.61% 3 Missing ⚠️
...g/core/metadata/src/model/graph/ProtoGraphUtils.ts 94.11% 2 Missing ⚠️
...ore/runtime/src/impl/InnerObjectLoadUnitBuilder.ts 95.34% 2 Missing ⚠️
tegg/core/aop-runtime/src/AopGraphHookRegistrar.ts 87.50% 1 Missing ⚠️
tegg/core/runtime/src/impl/InnerObjectLoadUnit.ts 97.50% 1 Missing ⚠️
... and 5 more
Additional details and impacted files
@@            Coverage Diff             @@
##             next    #6021      +/-   ##
==========================================
+ Coverage   81.95%   81.99%   +0.03%     
==========================================
  Files         678      687       +9     
  Lines       20800    21096     +296     
  Branches     4147     4189      +42     
==========================================
+ Hits        17047    17298     +251     
- Misses       3235     3283      +48     
+ Partials      518      515       -3     

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