We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a357a64 commit 38a0417Copy full SHA for 38a0417
integration_tests/seeds/tests/tests_seeds.yml
@@ -23,7 +23,7 @@ seeds:
23
- total_models
24
- total_tests
25
- tested_models
26
- - "{{ 'test_coverage_pct' if not target.name == 'duckdb' else 'tested_models' }}"
+ - "{{ 'test_coverage_pct' if not target.name in ['duckdb', 'databricks', 'trino'] else 'tested_models' }}"
27
- test_to_model_ratio
28
- staging_test_coverage_pct
29
- intermediate_test_coverage_pct
0 commit comments