Skip to content

Commit 0b3cdf5

Browse files
committed
perf(ci): Update baseline.json
Update `baseline.json` to reflect changes in `total_test_count`, `num_function_variants`, and `num_covered_function_variants` due to recent test additions/modifications.
1 parent 0cb547e commit 0b3cdf5

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

tests/baseline.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"registry": {
3-
"dependency_count": 13,
4-
"extension_count": 13,
5-
"function_count": 165,
6-
"num_aggregate_functions": 29,
7-
"num_scalar_functions": 158,
8-
"num_window_functions": 11,
9-
"num_function_overloads": 517
10-
},
11-
"coverage": {
12-
"total_test_count": 1086,
13-
"num_function_variants": 517,
14-
"num_covered_function_variants": 229
15-
}
2+
"registry": {
3+
"dependency_count": 13,
4+
"extension_count": 13,
5+
"function_count": 165,
6+
"num_aggregate_functions": 29,
7+
"num_scalar_functions": 158,
8+
"num_window_functions": 11,
9+
"num_function_overloads": 517
10+
},
11+
"coverage": {
12+
"total_test_count": 1164,
13+
"num_function_variants": 532,
14+
"num_covered_function_variants": 242
15+
}
1616
}

0 commit comments

Comments
 (0)