[all-commits] [llvm/llvm-project] 06aa07: [llvm-cov] Coverage report HTML UI to jump between...

Hana Dusíková via All-commits all-commits at lists.llvm.org
Mon Jun 17 12:31:13 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 06aa078d68380bc775f0a903204fe330d50f4f1f
      https://github.com/llvm/llvm-project/commit/06aa078d68380bc775f0a903204fe330d50f4f1f
  Author: Hana Dusíková <hanicka at hanicka.net>
  Date:   2024-06-17 (Mon, 17 Jun 2024)

  Changed paths:
    M llvm/docs/ReleaseNotes.rst
    M llvm/test/tools/llvm-cov/Inputs/showProjectSummary.test
    M llvm/test/tools/llvm-cov/showLineExecutionCounts.cpp
    M llvm/test/tools/llvm-cov/showTemplateInstantiations.cpp
    M llvm/tools/llvm-cov/SourceCoverageView.cpp
    M llvm/tools/llvm-cov/SourceCoverageView.h
    M llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp
    M llvm/tools/llvm-cov/SourceCoverageViewHTML.h
    M llvm/tools/llvm-cov/SourceCoverageViewText.cpp
    M llvm/tools/llvm-cov/SourceCoverageViewText.h

  Log Message:
  -----------
  [llvm-cov] Coverage report HTML UI to jump between uncovered parts of code (#95662)

I replaced "jump to first uncovered line" with UI buttons and keyboard
shortcut to jump between uncovered parts of code: lines (key L), branchs
(key B), regions (key R).

User can also jump in reverse direction with shift+key.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list