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

input csv file support on unit tests #9035

Closed
wants to merge 13 commits into from

first pass at adding fixture node

922c1af
Select commit
Loading
Failed to load commit list.
Closed

input csv file support on unit tests #9035

first pass at adding fixture node
922c1af
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 8, 2023 in 0s

83.46% (+18.80%) compared to f629baa

View this Pull Request on Codecov

83.46% (+18.80%) compared to f629baa

Details

Codecov Report

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

Comparison is base (f629baa) 64.65% compared to head (922c1af) 83.46%.
Report is 9 commits behind head on unit_testing_feature_branch.

Additional details and impacted files
@@                       Coverage Diff                        @@
##           unit_testing_feature_branch    #9035       +/-   ##
================================================================
+ Coverage                        64.65%   83.46%   +18.80%     
================================================================
  Files                              181      182        +1     
  Lines                            26973    27098      +125     
================================================================
+ Hits                             17440    22617     +5177     
+ Misses                            9533     4481     -5052     
Files Coverage Δ
core/dbt/compilation.py 95.94% <100.00%> (+37.83%) ⬆️
core/dbt/config/project.py 94.10% <100.00%> (+3.81%) ⬆️
core/dbt/context/providers.py 89.48% <100.00%> (+25.29%) ⬆️
core/dbt/contracts/files.py 94.61% <100.00%> (+18.94%) ⬆️
core/dbt/node_types.py 100.00% <100.00%> (+12.72%) ⬆️
core/dbt/parser/read_files.py 84.50% <ø> (+38.49%) ⬆️
core/dbt/context/context_config.py 93.10% <50.00%> (+13.20%) ⬆️
core/dbt/contracts/graph/model_config.py 89.80% <70.00%> (+6.38%) ⬆️
core/dbt/contracts/graph/unparsed.py 93.56% <85.00%> (+6.79%) ⬆️
core/dbt/contracts/graph/nodes.py 89.05% <63.82%> (+11.29%) ⬆️
... and 1 more

... and 133 files with indirect coverage changes

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