Skip to content

feat(tegg): declarative module plugin mechanism#6021

Merged
gxkl merged 74 commits into
nextfrom
feat/module-plugin-core
Jul 13, 2026
Merged

feat(tegg): declarative module plugin mechanism#6021
gxkl merged 74 commits into
nextfrom
feat/module-plugin-core

fix(tegg): address module plugin review feedback

b7a6718
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 13, 2026 in 1s

82.43% (+0.25%) compared to a3ee9e2

View this Pull Request on Codecov

82.43% (+0.25%) compared to a3ee9e2

Details

Codecov Report

❌ Patch coverage is 90.42225% with 93 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.43%. Comparing base (a3ee9e2) to head (b7a6718).

Files with missing lines Patch % Lines
tegg/core/runtime/src/impl/EggInnerObjectImpl.ts 60.00% 32 Missing and 4 partials ⚠️
tegg/plugin/config/src/lib/ModuleScanner.ts 86.92% 17 Missing ⚠️
tegg/standalone/standalone/src/StandaloneApp.ts 89.79% 14 Missing and 1 partial ⚠️
...e/metadata/src/impl/InjectObjectPrototypeFinder.ts 85.00% 4 Missing and 2 partials ⚠️
tegg/plugin/config/src/app.ts 66.66% 2 Missing and 2 partials ⚠️
...ore/runtime/src/impl/InnerObjectLoadUnitBuilder.ts 93.87% 3 Missing ⚠️
tegg/standalone/standalone/src/main.ts 81.25% 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 ⚠️
... and 3 more
Additional details and impacted files
@@            Coverage Diff             @@
##             next    #6021      +/-   ##
==========================================
+ Coverage   82.18%   82.43%   +0.25%     
==========================================
  Files         678      686       +8     
  Lines       20853    21335     +482     
  Branches     4158     4260     +102     
==========================================
+ Hits        17138    17588     +450     
- Misses       3207     3240      +33     
+ Partials      508      507       -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.