fix(facts): normalize vibration axis shortDesc casing#14650
Conversation
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-19 12:23:49 UTC • Commit: 6a0e7a0 • Triggered by: Android |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #14650 +/- ##
==========================================
+ Coverage 25.47% 31.59% +6.12%
==========================================
Files 769 785 +16
Lines 65912 66985 +1073
Branches 30495 31029 +534
==========================================
+ Hits 16788 21161 +4373
+ Misses 37285 31429 -5856
- Partials 11839 14395 +2556
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
|
Consolidating per @DonLakeFlyer's request into a single PR: #14651. Closing this one. Thanks! |
Summary
Normalize vibration fact short descriptions from
Vibe xAxis/yAxis/zAxistoVibe X/Y/Z.Motivation
Cleaner operator-facing labels consistent with other axis facts (VX/VY style caps).
Verification
AI-assisted; human-reviewed.