fix(facts): use SI capital V for battery voltage units#14637
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 05:15:20 UTC • Commit: 24723f4 • Triggered by: Android |
Align with EscStatus and Generator bus voltage unit casing.
49b2f9c to
4e245b3
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #14637 +/- ##
==========================================
+ Coverage 25.47% 31.59% +6.12%
==========================================
Files 769 785 +16
Lines 65912 66985 +1073
Branches 30495 31029 +534
==========================================
+ Hits 16788 21163 +4375
+ Misses 37285 31429 -5856
- Partials 11839 14393 +2554
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! |
Battery voltage fact used units
"v"while Esc/Generator voltage facts use"V". Align battery metadata unit casing to SI capital V.No conversion table change expected; Fact units string only.
AI-assisted; human-reviewed. Path-orthogonal to other fact PRs tonight.