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

Enable clang-analyzer #2194

Merged
merged 3 commits into from
Oct 17, 2023

test: add binder tests for errors

9a4d2a6
Select commit
Loading
Failed to load commit list.
Merged

Enable clang-analyzer #2194

test: add binder tests for errors
9a4d2a6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 17, 2023 in 1s

89.68% (target 80.00%)

View this Pull Request on Codecov

89.68% (target 80.00%)

Details

Codecov Report

Attention: 43 lines in your changes are missing coverage. Please review.

Comparison is base (fc71a74) 89.58% compared to head (9a4d2a6) 89.68%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2194      +/-   ##
==========================================
+ Coverage   89.58%   89.68%   +0.10%     
==========================================
  Files        1006     1008       +2     
  Lines       36313    35830     -483     
==========================================
- Hits        32530    32135     -395     
+ Misses       3783     3695      -88     
Files Coverage Δ
src/binder/bind/bind_copy.cpp 94.83% <100.00%> (ø)
src/binder/bind/bind_create_macro.cpp 100.00% <100.00%> (+10.00%) ⬆️
src/binder/bind/bind_ddl.cpp 98.48% <100.00%> (+1.03%) ⬆️
src/binder/bind/bind_file_scan.cpp 98.46% <100.00%> (+1.44%) ⬆️
src/binder/bind/bind_graph_pattern.cpp 96.19% <100.00%> (+1.47%) ⬆️
src/binder/bind/bind_reading_clause.cpp 95.61% <100.00%> (-0.04%) ⬇️
src/binder/bind/bind_updating_clause.cpp 95.48% <100.00%> (ø)
...inder/bind_expression/bind_property_expression.cpp 93.33% <100.00%> (ø)
src/binder/binder.cpp 97.70% <100.00%> (-0.04%) ⬇️
src/binder/expression_binder.cpp 97.50% <100.00%> (-0.07%) ⬇️
... and 62 more

... and 4 files with indirect coverage changes

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