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 testing feature branch pull request #8411

Merged
merged 41 commits into from
Jan 16, 2024

Merge branch 'main' into unit_testing_feature_branch

42b0b85
Select commit
Loading
Failed to load commit list.
Merged

Unit testing feature branch pull request #8411

Merge branch 'main' into unit_testing_feature_branch
42b0b85
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 16, 2024 in 0s

86.95% (+0.19%) compared to 15704ab

View this Pull Request on Codecov

86.95% (+0.19%) compared to 15704ab

Details

Codecov Report

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

Comparison is base (15704ab) 86.76% compared to head (42b0b85) 86.95%.

Files Patch % Lines
core/dbt/adapters/events/adapter_types_pb2.py 2.16% 181 Missing ⚠️
core/dbt/deprecations.py 62.50% 6 Missing ⚠️
core/dbt/parser/unit_tests.py 97.09% 5 Missing ⚠️
core/dbt/contracts/graph/nodes.py 94.87% 4 Missing ⚠️
core/dbt/task/test.py 97.05% 3 Missing ⚠️
core/dbt/contracts/files.py 93.33% 2 Missing ⚠️
core/dbt/contracts/graph/manifest.py 90.00% 2 Missing ⚠️
core/dbt/exceptions.py 50.00% 2 Missing ⚠️
core/dbt/parser/common.py 80.00% 2 Missing ⚠️
core/dbt/parser/generic_test_builders.py 81.81% 2 Missing ⚠️
... and 8 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8411      +/-   ##
==========================================
+ Coverage   86.76%   86.95%   +0.19%     
==========================================
  Files         185      187       +2     
  Lines       24321    25020     +699     
==========================================
+ Hits        21101    21756     +655     
- Misses       3220     3264      +44     

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