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

Support unit testing incremental models #8891

Merged

improve readability in UnitTestContext.this

8d028cb
Select commit
Loading
Failed to load commit list.
Merged

Support unit testing incremental models #8891

improve readability in UnitTestContext.this
8d028cb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 1, 2023 in 1s

86.63% (+0.15%) compared to df4e4ed

View this Pull Request on Codecov

86.63% (+0.15%) compared to df4e4ed

Details

Codecov Report

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

Comparison is base (df4e4ed) 86.47% compared to head (8d028cb) 86.63%.
Report is 11 commits behind head on unit_testing_feature_branch.

Additional details and impacted files
@@                       Coverage Diff                       @@
##           unit_testing_feature_branch    #8891      +/-   ##
===============================================================
+ Coverage                        86.47%   86.63%   +0.15%     
===============================================================
  Files                              179      181       +2     
  Lines                            26836    26976     +140     
===============================================================
+ Hits                             23207    23371     +164     
+ Misses                            3629     3605      -24     
Files Coverage Δ
core/dbt/context/providers.py 89.48% <100.00%> (+0.09%) ⬆️
core/dbt/contracts/graph/nodes.py 93.85% <100.00%> (-0.49%) ⬇️
core/dbt/exceptions.py 68.97% <50.00%> (-0.06%) ⬇️
core/dbt/parser/unit_tests.py 93.51% <76.92%> (-1.58%) ⬇️

... and 16 files with indirect coverage changes

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