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

Implement Commenting on Tables #2011

Merged
merged 1 commit into from
Sep 13, 2023

Implement Commenting on Tables

5f59f21
Select commit
Loading
Failed to load commit list.
Merged

Implement Commenting on Tables #2011

Implement Commenting on Tables
5f59f21
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 13, 2023 in 0s

90.05% (target 80.00%)

View this Pull Request on Codecov

90.05% (target 80.00%)

Details

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.04% 🎉

Comparison is base (bd69420) 90.01% compared to head (5f59f21) 90.05%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2011      +/-   ##
==========================================
+ Coverage   90.01%   90.05%   +0.04%     
==========================================
  Files         909      918       +9     
  Lines       32998    33125     +127     
==========================================
+ Hits        29702    29830     +128     
+ Misses       3296     3295       -1     
Files Changed Coverage Δ
src/include/binder/binder.h 100.00% <ø> (ø)
src/include/catalog/catalog.h 100.00% <ø> (ø)
src/include/catalog/catalog_content.h 100.00% <ø> (ø)
src/include/common/statement_type.h 100.00% <ø> (ø)
src/include/parser/transformer.h 100.00% <ø> (ø)
...rc/include/planner/logical_plan/logical_operator.h 90.00% <ø> (ø)
src/include/processor/operator/physical_operator.h 100.00% <ø> (ø)
src/include/processor/plan_mapper.h 100.00% <ø> (ø)
src/processor/processor.cpp 100.00% <ø> (ø)
src/binder/bind/bind_comment_on.cpp 100.00% <100.00%> (ø)
... and 26 more

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.