We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7333c0c + 5aafaf3 commit 7662b12Copy full SHA for 7662b12
1 file changed
integration_tests/seeds/tests/tests_seeds.yml
@@ -32,8 +32,8 @@ seeds:
32
- total_models
33
- total_tests
34
- tested_models
35
- - "{{ 'test_coverage_pct' if not target.name in ['duckdb', 'databricks', 'trino'] else 'tested_models' }}"
36
- - test_to_model_ratio
+ - "{{ 'test_coverage_pct' if target.type not in ['duckdb', 'databricks', 'trino'] else 'tested_models' }}"
+ - "{{ 'test_to_model_ratio' if target.type not in ['duckdb', 'databricks', 'trino'] else 'tested_models' }}"
37
- staging_test_coverage_pct
38
- intermediate_test_coverage_pct
39
- marts_test_coverage_pct
0 commit comments