Skip to content

Commit b5f0f10

Browse files
adjust --ignore-filename-regex to reflect changes in DPC++ 2023
1 parent 8ca2dd5 commit b5f0f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gen_coverage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def find_objects():
140140
os.path.join(bin_llvm, "llvm-cov"),
141141
"export",
142142
"-format=lcov",
143-
"-ignore-filename-regex=/tmp/dpctl_*.h*",
143+
"-ignore-filename-regex=/tmp*/dpctl_*.h*",
144144
"-instr-profile=" + instr_profile_fn,
145145
]
146146
+ objects,

0 commit comments

Comments
 (0)