Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(cubesql): Fix clippy warnings in cubesql, part 1 #9052

Draft
wants to merge 25 commits into
base: master
Choose a base branch
from

Conversation

mcheshkov
Copy link
Member

Check List

  • Tests has 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

Description of Changes Made (if issue reference is not provided)

Just a bunch of small clippy fixes around the codebase, targeted to enable more rules

@mcheshkov mcheshkov changed the title Fix clippy warnings in cubesql, part 1 refactor(cubesql): Fix clippy warnings in cubesql, part 1 Dec 16, 2024
Copy link

codecov bot commented Dec 16, 2024

Codecov Report

Attention: Patch coverage is 85.71429% with 11 lines in your changes missing coverage. Please review.

Project coverage is 82.80%. Comparing base (8ff2eca) to head (1fd6ca0).
Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
rust/cubesql/pg-srv/src/buffer.rs 64.70% 6 Missing ⚠️
...t/cubesql/cubesql/src/compile/engine/udf/common.rs 80.00% 2 Missing ⚠️
rust/cubesql/cubesql/src/compile/router.rs 75.00% 1 Missing ⚠️
rust/cubesql/cubesql/src/sql/postgres/shim.rs 83.33% 1 Missing ⚠️
rust/cubesql/cubesql/src/sql/statement.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #9052      +/-   ##
==========================================
+ Coverage   82.79%   82.80%   +0.01%     
==========================================
  Files         221      221              
  Lines       78545    78523      -22     
==========================================
- Hits        65029    65022       -7     
+ Misses      13516    13501      -15     
Flag Coverage Δ
cubesql 82.80% <85.71%> (+0.01%) ⬆️

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.

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.

1 participant