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 for dbt_project.yml "tests" config resulting in incorrect state:modified #11166

Merged
merged 7 commits into from
Dec 18, 2024

Check for both tests and data_tests before munging

4bea5f2
Select commit
Loading
Failed to load commit list.
Merged

Fix for dbt_project.yml "tests" config resulting in incorrect state:modified #11166

Check for both tests and data_tests before munging
4bea5f2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 18, 2024 in 1s

88.84% (-0.05%) compared to a175793

View this Pull Request on Codecov

88.84% (-0.05%) compared to a175793

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.84%. Comparing base (a175793) to head (4bea5f2).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11166      +/-   ##
==========================================
- Coverage   88.88%   88.84%   -0.05%     
==========================================
  Files         187      187              
  Lines       24001    24011      +10     
==========================================
- Hits        21334    21332       -2     
- Misses       2667     2679      +12     
Components Coverage Δ
Unit Tests 62.03% <50.00%> (+0.04%) ⬆️
Integration Tests 86.15% <100.00%> (-0.05%) ⬇️