[llvm] [llvm-cov] Coverage report HTML UI to jump between uncovered parts of code (PR #95662)
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 16 22:40:10 PDT 2024
================
@@ -487,6 +651,9 @@ Error CoveragePrinterHTML::createIndexFile(
if (Error E = emitStyleSheet())
return E;
+ if (Error E = emitJavaScript())
+ return E;
+
----------------
chapuni wrote:
It is not executed with `--show-directory-coverage`.
See also `CoveragePrinterHTMLDirectory::createIndexFile()`.
https://github.com/llvm/llvm-project/pull/95662
More information about the llvm-commits
mailing list