Skip to content
| Marketplace
Sign in
Visual Studio Code>Testing>Go Coverage Explorer (By Suhail)New to Visual Studio Code? Get it now.
Go Coverage Explorer (By Suhail)

Go Coverage Explorer (By Suhail)

SUHAIL

|
3 installs
| (0) | Free
Browse Go coverage profiles and visualize covered and uncovered lines directly in VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Go Coverage Explorer

Go Coverage Explorer is a VS Code extension that lets you browse Go test coverage reports and visualize covered and uncovered source-code lines directly in the editor.

Generate a Go coverage profile, open it with Go Coverage Explorer, and quickly see which parts of your code are covered by tests.

✨ Features

  • 📊 View overall and per-file coverage percentages.
  • 🟢 Highlight covered lines directly in the editor.
  • 🔴 Highlight uncovered lines directly in the editor.
  • 🔎 Search and filter source files from the coverage report.
  • 📁 Automatically load coverage.out from the workspace root.
  • 🔄 Refresh coverage after running your tests again.
  • 📂 Pick a different Go coverage profile when needed.
  • 📌 View covered and uncovered lines in the editor overview ruler.
  • 📝 See statement coverage counts for each source file.
  • ⚡ Lightweight and designed for local Go development.

🚀 Getting Started

1. Generate a Go coverage profile

From the root of your Go project, run:

go test ./... -coverprofile=coverage.out
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft