[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:12:34 PDT 2024
================
@@ -88,13 +88,123 @@ const char *BeginHeader =
"<meta name='viewport' content='width=device-width,initial-scale=1'>"
"<meta charset='UTF-8'>";
+const char *JSForCoverage =
+ R"javascript(
+
+function next_uncovered(selector, reverse, scroll_selector) {
----------------
hanickadot wrote:
I don't know how, at least not without really big refactor in how the HTML is generated.
https://github.com/llvm/llvm-project/pull/95662
More information about the llvm-commits
mailing list