Skip to content

test: improve planner orm and error coverage#370

Open
KKould wants to merge 2 commits into
mainfrom
test/planner-orm-errors-coverage
Open

test: improve planner orm and error coverage#370
KKould wants to merge 2 commits into
mainfrom
test/planner-orm-errors-coverage

Conversation

@KKould

@KKould KKould commented Jul 8, 2026

Copy link
Copy Markdown
Member

Summary

  • include the orm feature in coverage runs so src/orm is measured by codecov
  • add focused unit tests for error formatting, planner schema/operator behavior, and ORM conversion/helper paths
  • cover planner DDL/DML/display operator paths and ORM database/transaction helper APIs

@codecov

codecov Bot commented Jul 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.39%. Comparing base (7cbf9fe) to head (cda9ed5).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #370      +/-   ##
==========================================
+ Coverage   88.57%   90.39%   +1.81%     
==========================================
  Files         241      241              
  Lines       39548    39497      -51     
==========================================
+ Hits        35029    35702     +673     
+ Misses       4519     3795     -724     
Flag Coverage Δ
rust 90.39% <ø> (+1.81%) ⬆️

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

Files with missing lines Coverage Δ
src/errors.rs 98.55% <ø> (+35.74%) ⬆️
src/orm/mod.rs 84.03% <ø> (+10.23%) ⬆️
src/planner/arena.rs 99.68% <ø> (+9.36%) ⬆️
src/planner/mod.rs 95.65% <ø> (+6.52%) ⬆️
src/planner/operator/mod.rs 93.15% <ø> (+56.31%) ⬆️

... and 32 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@KKould KKould force-pushed the test/planner-orm-errors-coverage branch from fdbcd21 to 7ee8264 Compare July 8, 2026 04:27
@KKould KKould self-assigned this Jul 8, 2026
@KKould KKould added the test New test label Jul 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test New test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant