[llvm] [llvm-cov] Coverage report HTML UI to jump between uncovered parts of code (PR #95662)
Hana Dusíková via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 16 23:41:28 PDT 2024
================
@@ -487,6 +651,9 @@ Error CoveragePrinterHTML::createIndexFile(
if (Error E = emitStyleSheet())
return E;
+ if (Error E = emitJavaScript())
+ return E;
+
----------------
hanickadot wrote:
thanks, fixed!
https://github.com/llvm/llvm-project/pull/95662
More information about the llvm-commits
mailing list