[PATCH] D151283: [llvm-cov] Support directory layout in coverage reports
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 23 15:21:02 PDT 2023
phosek accepted this revision.
phosek added inline comments.
================
Comment at: llvm/utils/prepare-code-coverage-artifact.py:70
"-show-line-counts-or-regions",
+ "-show-directory-coverage",
"-Xdemangler",
----------------
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.
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