Skip to content

Commit 38a0417

Browse files
update tests for rounding errors
1 parent a357a64 commit 38a0417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/seeds/tests/tests_seeds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ seeds:
2323
- total_models
2424
- total_tests
2525
- tested_models
26-
- "{{ 'test_coverage_pct' if not target.name == 'duckdb' else 'tested_models' }}"
26+
- "{{ 'test_coverage_pct' if not target.name in ['duckdb', 'databricks', 'trino'] else 'tested_models' }}"
2727
- test_to_model_ratio
2828
- staging_test_coverage_pct
2929
- intermediate_test_coverage_pct

0 commit comments

Comments
 (0)