[PATCH] D151283: [WIP][llvm-cov] Support a Hierarchical Structure for `show --format=html` (WORK IN PROGRESS)
Yuhao Gu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 16 06:01:14 PDT 2023
AtomicGu added a comment.
In D151283#4421727 <https://reviews.llvm.org/D151283#4421727>, @yurybura wrote:
> In D151283#4420869 <https://reviews.llvm.org/D151283#4420869>, @AtomicGu wrote:
>
>> Here is a preview coverage report for llvm-cov llvm-profdata lli and llc :
>>
>> F27916457: report.tar.gz <https://reviews.llvm.org/F27916457>
>
> Provided preview contains wrong relative path to style.css. For example, it should be `href='../../../../../style.css'` in file `coverage/root/GSoC/llvm-project/llvm/index.html`.
Thank you. This issue has been fixed. I was testing by python -m http.server remotely and not aware of this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151283/new/
https://reviews.llvm.org/D151283
More information about the llvm-commits
mailing list