[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 23:13:55 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) {
----------------
chapuni wrote:

Okay, let's try in the future.

https://github.com/llvm/llvm-project/pull/95662


More information about the llvm-commits mailing list