Skip to content

Collapse the CTAS write check into a match guard

c2fc96a
Select commit
Loading
Failed to load commit list.
Open

Implement operation extractor #26

Collapse the CTAS write check into a match guard
c2fc96a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 24, 2026 in 1s

78.93% (target 90.00%)

View this Pull Request on Codecov

78.93% (target 90.00%)

Details

Codecov Report

❌ Patch coverage is 74.84922% with 417 lines in your changes missing coverage. Please review.
✅ Project coverage is 78.93%. Comparing base (84b673e) to head (c2fc96a).

Files with missing lines Patch % Lines
sql-insight/src/resolver/expr.rs 38.73% 223 Missing ⚠️
sql-insight/src/resolver/table.rs 46.66% 120 Missing ⚠️
sql-insight/src/resolver/statement.rs 89.27% 28 Missing ⚠️
sql-insight/src/resolver/query.rs 87.13% 22 Missing ⚠️
...insight/src/extractor/table_operation_extractor.rs 89.55% 7 Missing ⚠️
sql-insight/src/resolver/binding.rs 97.12% 6 Missing ⚠️
sql-insight/src/resolver/composition.rs 91.22% 5 Missing ⚠️
sql-insight/src/reference.rs 95.23% 2 Missing ⚠️
sql-insight/src/resolver/projection.rs 91.66% 2 Missing ⚠️
sql-insight/src/resolver/column_ref.rs 99.01% 1 Missing ⚠️
... and 1 more

❌ Your project check has failed because the head coverage (78.93%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@                      Coverage Diff                      @@
##           feat-operation-extractor      #26       +/-   ##
=============================================================
- Coverage                     96.96%   78.93%   -18.03%     
=============================================================
  Files                             8       23       +15     
  Lines                           428     2108     +1680     
=============================================================
+ Hits                            415     1664     +1249     
- Misses                           13      444      +431     

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