We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a8e38 commit 3db9c8dCopy full SHA for 3db9c8d
libsyclinterface/tests/CMakeLists.txt
@@ -54,7 +54,7 @@ if(DPCTL_GENERATE_COVERAGE)
54
COMMAND ${LLVMCov_EXE}
55
export
56
-format=lcov
57
- -ignore-filename-regex=/tmp*/dpctl_*.h*
+ -ignore-filename-regex=/tmp/icpx*
58
-instr-profile=dpctl.profdata
59
"${object_arg}$<JOIN:$<TARGET_OBJECTS:DPCTLSyclInterface>,;${object_arg}>"
60
> dpctl.lcov
scripts/gen_coverage.py
@@ -140,7 +140,7 @@ def find_objects():
140
os.path.join(bin_llvm, "llvm-cov"),
141
"export",
142
"-format=lcov",
143
- "-ignore-filename-regex=*tmp*/dpctl_*.h*",
+ "-ignore-filename-regex=/tmp/icpx*",
144
"-instr-profile=" + instr_profile_fn,
145
]
146
+ objects,
0 commit comments