feat: add format description handling#10688
Conversation
|
Claude finished @vasilev-alex's task in 2m 40s —— View job Code Review: feat: add format description handling
SummaryThis PR adds a I've left 6 inline comments on specific issues. Here's a high-level overview: Issues to Address1. Bug: Missing 2. Non-numeric formats get a misleading 3. Type divergence between server and client (Medium) Suggestions4. Use stricter typing for 5. Unrelated What Looks Good
Test Coverage GapsConsider adding tests for:
|
packages/cubejs-api-gateway/test/helpers/prepare-annotation.test.ts
Outdated
Show resolved
Hide resolved
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #10688 +/- ##
==========================================
+ Coverage 58.01% 58.07% +0.05%
==========================================
Files 215 215
Lines 16648 16669 +21
Branches 3347 3354 +7
==========================================
+ Hits 9659 9681 +22
+ Misses 6499 6498 -1
Partials 490 490
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.