We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6aa6e commit cac8280Copy full SHA for cac8280
scripts/gen_coverage.py
@@ -260,6 +260,7 @@ def find_objects():
260
"-ignore-filename-regex=/tmp/icpx*",
261
r"-ignore-filename-regex=.*/backend/kernels/elementwise_functions/.*\.hpp$",
262
r"-ignore-filename-regex=.*/backend/kernels/indexing/.*\.hpp$",
263
+ r"-ignore-filename-regex=.*/backend/kernels/statistics/.*\.hpp$",
264
r"-ignore-filename-regex=.*/backend/kernels/window/.*\.hpp$",
265
"-instr-profile=" + instr_profile_fn,
266
]
0 commit comments