[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
Tue Jul 11 04:44:15 PDT 2023


AtomicGu updated this revision to Diff 539023.
AtomicGu marked an inline comment as done.
AtomicGu added a comment.

- [llvm-cov] Add new tests for directory coverage.


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.539023.patch
Type: text/x-patch
Size: 30228 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230711/6624278a/attachment.bin>


More information about the llvm-commits mailing list