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 running dbt tests that depend on multiple models (support --indirect-selection buildable) #613

Merged
merged 7 commits into from
Oct 23, 2023

add None test as well

1a187f6
Select commit
Loading
Failed to load commit list.
Merged

Fix running dbt tests that depend on multiple models (support --indirect-selection buildable) #613

add None test as well
1a187f6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 23, 2023 in 0s

93.25% (+0.03%) compared to c82e6bc

View this Pull Request on Codecov

93.25% (+0.03%) compared to c82e6bc

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c82e6bc) 93.21% compared to head (1a187f6) 93.25%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #613      +/-   ##
==========================================
+ Coverage   93.21%   93.25%   +0.03%     
==========================================
  Files          53       53              
  Lines        2079     2091      +12     
==========================================
+ Hits         1938     1950      +12     
  Misses        141      141              
Files Coverage Δ
cosmos/airflow/graph.py 100.00% <100.00%> (ø)
cosmos/config.py 93.81% <100.00%> (+0.06%) ⬆️
cosmos/constants.py 100.00% <100.00%> (ø)
cosmos/converter.py 97.14% <100.00%> (+0.04%) ⬆️
cosmos/operators/base.py 100.00% <100.00%> (ø)

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