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

Fix untyped functions in core/dbt/context/base.py #8525

Merged
merged 5 commits into from
Aug 31, 2023

Remove bare `invocations` of `@contextmember` and `@contextproperty`,…

a613ef0
Select commit
Loading
Failed to load commit list.
Merged

Fix untyped functions in core/dbt/context/base.py #8525

Remove bare `invocations` of `@contextmember` and `@contextproperty`,…
a613ef0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 31, 2023 in 1s

86.36% (+1.77%) compared to d8e8a78

View this Pull Request on Codecov

86.36% (+1.77%) compared to d8e8a78

Details

Codecov Report

Patch coverage: 98.93% and project coverage change: +1.77% 🎉

Comparison is base (d8e8a78) 84.58% compared to head (a613ef0) 86.36%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8525      +/-   ##
==========================================
+ Coverage   84.58%   86.36%   +1.77%     
==========================================
  Files         174      174              
  Lines       25579    25578       -1     
==========================================
+ Hits        21637    22090     +453     
+ Misses       3942     3488     -454     
Files Changed Coverage Δ
core/dbt/context/base.py 89.01% <97.82%> (-0.05%) ⬇️
core/dbt/context/configured.py 97.53% <100.00%> (ø)
core/dbt/context/docs.py 96.77% <100.00%> (ø)
core/dbt/context/manifest.py 100.00% <100.00%> (ø)
core/dbt/context/providers.py 88.66% <100.00%> (+0.86%) ⬆️
core/dbt/context/secret.py 79.16% <100.00%> (ø)
core/dbt/context/target.py 100.00% <100.00%> (ø)

... and 33 files with indirect coverage changes

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