Skip to content

Commit a73f64e

Browse files
committed
Fix generate_html to use LLVM_COVERAGE_FILE env
1 parent b26e945 commit a73f64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coverage-run.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def generate_html(self):
173173
path_join(self.target_dir, self.target_exec),
174174
]
175175

176-
result = run(args, cwd=self.root, check=True)
176+
result = self.run(args)
177177

178178
def open_html(self):
179179
if platform == "darwin":

0 commit comments

Comments
 (0)