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 EventManager setup and interaction #9180

Merged

add changie

b98a815
Select commit
Loading
Failed to load commit list.
Merged

Refactor EventManager setup and interaction #9180

add changie
b98a815
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 30, 2023 in 0s

86.58% (+0.44%) compared to ed90356

View this Pull Request on Codecov

86.58% (+0.44%) compared to ed90356

Details

Codecov Report

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

Comparison is base (ed90356) 86.14% compared to head (b98a815) 86.58%.
Report is 53 commits behind head on feature/decouple-adapters-from-core.

Files Patch % Lines
core/dbt/adapters/events/adapter_types_pb2.py 6.70% 181 Missing ⚠️
core/dbt/adapters/exceptions/compilation.py 43.75% 81 Missing ⚠️
core/dbt/events/core_types_pb2.py 17.91% 55 Missing ⚠️
core/dbt/common/exceptions/base.py 86.25% 22 Missing ⚠️
core/dbt/common/exceptions/macros.py 50.00% 22 Missing ⚠️
core/dbt/common/utils/encoding.py 52.77% 17 Missing ⚠️
core/dbt/common/exceptions/cache.py 65.85% 14 Missing ⚠️
core/dbt/common/utils/executor.py 65.00% 14 Missing ⚠️
core/dbt/adapters/base/connections.py 56.52% 10 Missing ⚠️
core/dbt/adapters/exceptions/database.py 73.52% 9 Missing ⚠️
... and 24 more
Additional details and impacted files
@@                           Coverage Diff                           @@
##           feature/decouple-adapters-from-core    #9180      +/-   ##
=======================================================================
+ Coverage                                86.14%   86.58%   +0.44%     
=======================================================================
  Files                                      183      211      +28     
  Lines                                    26468    26852     +384     
=======================================================================
+ Hits                                     22800    23250     +450     
+ Misses                                    3668     3602      -66     

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