netcov icon indicating copy to clipboard operation
netcov copied to clipboard

Do not add snapshot path by default to report directories

Open ratulm opened this issue 3 years ago • 0 comments

Allow users to fully customize where they want the report to be dumped. Often, they may want to treat the snapshot directory as read-only.

Also, the previous code wouldn't have worked if lcov_path or html_path were absolute paths because it was unconditionally prepending the snapshot path.

ratulm avatar Apr 25 '23 23:04 ratulm