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 45a65d3 commit b914fd9Copy full SHA for b914fd9
scripts/gen_coverage.py
@@ -96,8 +96,7 @@ def run(
96
"pyproject.toml",
97
"--cov",
98
"dpnp",
99
- "--cov-report",
100
- "term-missing",
+ "--cov-report=lcov:coverage-python.lcov",
101
"--pyargs",
102
103
*pytest_opts.split(),
@@ -136,7 +135,7 @@ def find_objects():
136
135
)
137
138
# export lcov
139
- with open("dpnp_pytest.lcov", "w") as fh:
+ with open("coverage-cpp.lcov", "w") as fh:
140
subprocess.check_call(
141
[
142
os.path.join(bin_llvm, "llvm-cov"),
0 commit comments