Skip to content

Commit 5056633

Browse files
committed
Disable indexing kernels from coverage report
1 parent 87cde88 commit 5056633

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
@@ -259,6 +259,7 @@ def find_objects():
259259
"-format=lcov",
260260
"-ignore-filename-regex=/tmp/icpx*",
261261
r"-ignore-filename-regex=.*/backend/kernels/elementwise_functions/.*\.hpp$",
262+
r"-ignore-filename-regex=.*/backend/kernels/indexing/.*\.hpp$",
262263
"-instr-profile=" + instr_profile_fn,
263264
]
264265
+ objects

0 commit comments

Comments
 (0)