Skip to content

fix(animation): ensure event handlers in update path; fix stale test …

7b52bfc
Select commit
Loading
Failed to load commit list.
Open

fix(animation, loader): 从 #2983 抽离动画与 GLTF 加载器修复 #2999

fix(animation): ensure event handlers in update path; fix stale test …
7b52bfc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 15, 2026 in 0s

79.03% (+0.88%) compared to 9246f5e

View this Pull Request on Codecov

79.03% (+0.88%) compared to 9246f5e

Details

Codecov Report

❌ Patch coverage is 85.90164% with 43 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.03%. Comparing base (9246f5e) to head (7b52bfc).

Files with missing lines Patch % Lines
e2e/case/animator-stateMachine.ts 0.00% 15 Missing ⚠️
e2e/case/animator-additive.ts 0.00% 5 Missing ⚠️
e2e/case/animator-play-backwards.ts 0.00% 5 Missing ⚠️
e2e/case/animator-stateMachineScript.ts 0.00% 5 Missing ⚠️
...ckages/core/src/animation/AnimatorStateInstance.ts 95.23% 4 Missing ⚠️
packages/loader/src/gltf/parser/GLTFSkinParser.ts 69.23% 4 Missing ⚠️
e2e/case/animator-event.ts 0.00% 3 Missing ⚠️
...ackages/core/src/animation/AnimatorStateMachine.ts 66.66% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           dev/2.0    #2999      +/-   ##
===========================================
+ Coverage    78.15%   79.03%   +0.88%     
===========================================
  Files          900      901       +1     
  Lines        99524    99622      +98     
  Branches     10254    10298      +44     
===========================================
+ Hits         77779    78737     +958     
+ Misses       21571    20711     -860     
  Partials       174      174              

☔ View full report in Codecov by Sentry.
📢 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.