[PATCH] D151283: [llvm-cov] Support a Hierarchical Structure for HTML Coverage Report Generating
Gulfem Savrun Yeniceri via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 15 09:33:56 PDT 2023
gulfem added inline comments.
================
Comment at: llvm/test/tools/llvm-cov/directory_coverage.test:4
+// RUN: %S/Inputs/directory_coverage/a0/a1/a2.cc \
+// RUN: %S/Inputs/directory_coverage/b/b1_1.cc \
+// RUN: %S/Inputs/directory_coverage/b/b1_2.cc \
----------------
I would use `b0` for this directory name to be consistent overall the test.
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