Skip to content
Snippets Groups Projects
Commit acde166e authored by Alexander Hück's avatar Alexander Hück
Browse files

Merge at the end

parent 926f3eec
Branches
No related tags found
No related merge requests found
......@@ -109,11 +109,11 @@ class Tool(AbstractTool):
def teardown(self):
here = os.getcwd()
os.chdir(self.llvm_profile_folder)
# subprocess.run(
# f"llvm-profdata merge -sparse *.pro -o {self.coverage_profile}",
# shell=True,
# check=True,
# )
subprocess.run(
f"llvm-profdata merge -sparse *.pro -o {self.coverage_profile}",
shell=True,
check=True,
)
if os.path.exists(self.coverage_profile):
subprocess.run(
f"llvm-cov show -format=html {self.clang_tidy_exe} "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment