[PATCH] D151283: [llvm-cov] Support a Hierarchical Structure for HTML Coverage Report Generating
Yuhao Gu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 17 01:51:50 PDT 2023
AtomicGu updated this revision to Diff 540910.
AtomicGu added a comment.
- [llvm-cov] Take advices from phosek and gulfem.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151283/new/
https://reviews.llvm.org/D151283
Files:
llvm/docs/CommandGuide/llvm-cov.rst
llvm/test/tools/llvm-cov/Inputs/directory_coverage/a0/a1/a2.cc
llvm/test/tools/llvm-cov/Inputs/directory_coverage/b/b1.h
llvm/test/tools/llvm-cov/Inputs/directory_coverage/b/b1_1.cc
llvm/test/tools/llvm-cov/Inputs/directory_coverage/b/b1_2.cc
llvm/test/tools/llvm-cov/Inputs/directory_coverage/c0/c1/c2.h
llvm/test/tools/llvm-cov/Inputs/directory_coverage/c0/c1/c2_1.cc
llvm/test/tools/llvm-cov/Inputs/directory_coverage/c0/c1/c2_2.cc
llvm/test/tools/llvm-cov/Inputs/directory_coverage/header.h
llvm/test/tools/llvm-cov/Inputs/directory_coverage/main.cc
llvm/test/tools/llvm-cov/directory_coverage.test
llvm/tools/llvm-cov/CodeCoverage.cpp
llvm/tools/llvm-cov/CoverageViewOptions.h
llvm/tools/llvm-cov/SourceCoverageView.cpp
llvm/tools/llvm-cov/SourceCoverageView.h
llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp
llvm/tools/llvm-cov/SourceCoverageViewHTML.h
llvm/utils/prepare-code-coverage-artifact.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151283.540910.patch
Type: text/x-patch
Size: 30647 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230717/f413565e/attachment.bin>
More information about the llvm-commits
mailing list