Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: refactor with typescript to support cjs ane esm both #5328

Merged
merged 35 commits into from
Dec 30, 2024

test remove nodejs 23

510cb44
Select commit
Loading
Failed to load commit list.
Merged

feat: refactor with typescript to support cjs ane esm both #5328

test remove nodejs 23
510cb44
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 30, 2024 in 0s

88.36% (-11.51%) compared to 44ab507

View this Pull Request on Codecov

88.36% (-11.51%) compared to 44ab507

Details

Codecov Report

Attention: Patch coverage is 84.66145% with 333 lines in your changes missing coverage. Please review.

Project coverage is 88.36%. Comparing base (44ab507) to head (510cb44).
Report is 5 commits behind head on master.

Files with missing lines Patch % Lines
src/app/extend/context.ts 53.97% 139 Missing ⚠️
src/lib/core/base_context_logger.ts 4.47% 64 Missing ⚠️
src/lib/core/messenger/ipc.ts 69.59% 45 Missing ⚠️
src/lib/core/utils.ts 81.81% 14 Missing ⚠️
src/lib/core/messenger/local.ts 69.44% 11 Missing ⚠️
src/lib/core/singleton.ts 82.14% 10 Missing ⚠️
src/lib/agent.ts 87.87% 8 Missing ⚠️
src/lib/core/base_hook_class.ts 76.66% 7 Missing ⚠️
src/lib/egg.ts 97.90% 6 Missing ⚠️
src/lib/core/base_context_class.ts 76.19% 5 Missing ⚠️
... and 7 more
Additional details and impacted files
@@             Coverage Diff             @@
##           master    #5328       +/-   ##
===========================================
- Coverage   99.86%   88.36%   -11.51%     
===========================================
  Files          36       39        +3     
  Lines        3628     3772      +144     
  Branches      520      338      -182     
===========================================
- Hits         3623     3333      -290     
- Misses          5      439      +434     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.