fix(facts): bind goodAttitudeEstimate fact name to metadata#14652
fix(facts): bind goodAttitudeEstimate fact name to metadata#14652Bartok9 wants to merge 1 commit into
Conversation
The Fact id typo (Esimate) prevented shortDesc from matching the VehicleEstimatorStatusFactGroup property. Align JSON name + ctor string.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #14652 +/- ##
==========================================
+ Coverage 25.47% 31.58% +6.11%
==========================================
Files 769 785 +16
Lines 65912 66979 +1067
Branches 30495 31027 +532
==========================================
+ Hits 16788 21157 +4369
+ Misses 37285 31436 -5849
- Partials 11839 14386 +2547
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 455 files with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Build ResultsPlatform Status
All builds passed. Pre-commit
Pre-commit hooks: 0 passed, 0 failed, 0 skipped. Test Resultslinux-coverage-integration: 33 passed, 0 skipped Code CoverageCoverage: 67.8% No baseline available for comparison Artifact Sizes
Updated: 2026-07-20 10:13:04 UTC • Commit: abbb3d3 • Triggered by: Android |
Summary
Fact id typo (
goodAttitudeEsimate) broke metadata binding forVehicleEstimatorStatusFactGroup::goodAttitudeEstimate. Align JSONname/shortDescand Fact ctor string togoodAttitudeEstimate.Test plan
AI-assisted; human-reviewed. No geofence/arm changes.