You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: labs.yml
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -62,3 +62,12 @@ commands:
62
62
description: sql dialect
63
63
- name: debug-me
64
64
description: "[INTERNAL] Debug SDK connectivity"
65
+
- name: debug-coverage
66
+
description: "[INTERNAL] Run coverage tests"
67
+
flags:
68
+
- name: src
69
+
description: The parent directory under which test queries are laid out
70
+
- name: dst
71
+
description: The directory under which the report files will be written
72
+
- name: extractor
73
+
description: The strategy for extracting queries from the test files. Valid strategies are "full" (when files contain only one input query) and "comment" (when files contain an input query and the corresponding translation, separated by a comment stating the dialect of each query).
0 commit comments