Skip to content

Commit

Permalink
test: add log to profile file position
Browse files Browse the repository at this point in the history
Signed-off-by: Zxilly <[email protected]>
  • Loading branch information
Zxilly committed Jul 11, 2024
1 parent c7bb578 commit 19f3b89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/tool/merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ def merge_covdata_dir(d: str, output: str):

if not os.path.exists(output):
raise Exception("Failed to merge coverage data.")
else:
log(f"Saved enhanced coverage data to {output}.")

def abs_path(s: str):
return os.path.abspath(s)
Expand Down

0 comments on commit 19f3b89

Please sign in to comment.