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

unit test config #8565

Merged
merged 10 commits into from
Sep 12, 2023

linting

90908db
Select commit
Loading
Failed to load commit list.
Merged

unit test config #8565

linting
90908db
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Sep 11, 2023 in 0s

86.72% (+10.63%) compared to 1e64f94

View this Pull Request on Codecov

86.72% (+10.63%) compared to 1e64f94

Details

Codecov Report

Patch coverage: 91.93% and project coverage change: +10.63% 🎉

Comparison is base (1e64f94) 76.09% compared to head (90908db) 86.72%.
Report is 17 commits behind head on unit_testing_feature_branch.

Additional details and impacted files
@@                       Coverage Diff                        @@
##           unit_testing_feature_branch    #8565       +/-   ##
================================================================
+ Coverage                        76.09%   86.72%   +10.63%     
================================================================
  Files                              176      176               
  Lines                            25962    26002       +40     
================================================================
+ Hits                             19755    22551     +2796     
+ Misses                            6207     3451     -2756     
Files Changed Coverage Δ
core/dbt/config/runtime.py 96.23% <ø> (+3.22%) ⬆️
core/dbt/contracts/graph/nodes.py 96.01% <66.66%> (+7.76%) ⬆️
core/dbt/context/context_config.py 93.84% <75.00%> (+8.50%) ⬆️
core/dbt/parser/unit_tests.py 92.92% <95.34%> (+3.77%) ⬆️
core/dbt/config/project.py 97.40% <100.00%> (+5.27%) ⬆️
core/dbt/context/providers.py 89.52% <100.00%> (+7.89%) ⬆️
core/dbt/contracts/graph/model_config.py 92.20% <100.00%> (+6.33%) ⬆️
core/dbt/contracts/graph/unparsed.py 93.69% <100.00%> (+2.90%) ⬆️
core/dbt/contracts/project.py 97.19% <100.00%> (+2.93%) ⬆️

... and 109 files with indirect coverage changes

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