Skip to content

Commit cac8280

Browse files
committed
Disable statistics kernels from coverage report
1 parent 5e6aa6e commit cac8280

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/gen_coverage.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ def find_objects():
260260
"-ignore-filename-regex=/tmp/icpx*",
261261
r"-ignore-filename-regex=.*/backend/kernels/elementwise_functions/.*\.hpp$",
262262
r"-ignore-filename-regex=.*/backend/kernels/indexing/.*\.hpp$",
263+
r"-ignore-filename-regex=.*/backend/kernels/statistics/.*\.hpp$",
263264
r"-ignore-filename-regex=.*/backend/kernels/window/.*\.hpp$",
264265
"-instr-profile=" + instr_profile_fn,
265266
]

0 commit comments

Comments
 (0)