Skip to content

Conversation

@waralexrom
Copy link
Member

@waralexrom waralexrom commented Apr 2, 2025

Check List

  • Tests have been run in packages where changes made if available
  • Linter has been run for changed code
  • Tests for the changes have been added if not covered yet
  • Docs have been added / updated if required

@waralexrom waralexrom requested a review from a team as a code owner April 2, 2025 16:56
@codecov
Copy link

codecov bot commented Apr 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.56%. Comparing base (dc93e40) to head (39672aa).
Report is 31 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #9416      +/-   ##
==========================================
- Coverage   83.72%   76.56%   -7.17%     
==========================================
  Files         229      400     +171     
  Lines       82614   105052   +22438     
  Branches        0     3708    +3708     
==========================================
+ Hits        69172    80436   +11264     
- Misses      13442    24180   +10738     
- Partials        0      436     +436     
Flag Coverage Δ
cube-backend 47.85% <ø> (?)
cubesql 83.91% <ø> (+0.18%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

pub row_limit: Option<String>,
pub offset: Option<String>,
pub ungrouped: Option<bool>,
#[serde(rename = "exportAnnotatedSql")]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Btw, instead of tagging every property, you can tag the struct with #[serde(rename_all = "camelCase")] and it will do everything you need :) but it's just one line → code looks cleaner and more compact.

@waralexrom waralexrom requested a review from KSDaemon April 8, 2025 14:22
Copy link
Member

@KSDaemon KSDaemon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻 LGTM!

@waralexrom waralexrom merged commit 14ae6a4 into master Apr 8, 2025
78 checks passed
@waralexrom waralexrom deleted the tesseract-fix-member-expressions-issues branch April 8, 2025 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants