[PATCH] D151283: [llvm-cov] Support directory layout in coverage reports

Yuhao Gu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 23 21:10:56 PDT 2023


AtomicGu marked an inline comment as done.
AtomicGu added inline comments.


================
Comment at: llvm/utils/prepare-code-coverage-artifact.py:70
             "-show-line-counts-or-regions",
+            "-show-directory-coverage",
             "-Xdemangler",
----------------
phosek wrote:
> Would it be possible to drop this change from this patch and do it as a separate change? That way, if the coverage bot breaks for some reason, we can only revert a much smaller change rather than having to revert this entire change.
Nice advice. So thoughtful of you! I will do 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